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

◆ WindowsPlatform()

ReLogic.OS.Windows.WindowsPlatform.WindowsPlatform ( )
inline

Definition at line 13 of file WindowsPlatform.cs.

14 : base(PlatformType.Windows)
15 {
16 RegisterService((IClipboard)new Clipboard());
17 RegisterService((IPathService)new PathService());
18 RegisterService((IWindowService)new WindowService());
19 RegisterService((IImeService)new UnsupportedPlatformIme());
20 }