Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LinuxPlatform()

ReLogic.OS.Linux.LinuxPlatform.LinuxPlatform ( )
inline

Definition at line 8 of file LinuxPlatform.cs.

9 : base(PlatformType.Linux)
10 {
11 RegisterService((IClipboard)new Clipboard());
12 RegisterService((IPathService)new PathService());
13 RegisterService((IWindowService)new WindowService());
14 RegisterService((IImeService)new UnsupportedPlatformIme());
15 }