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

◆ OsxPlatform()

ReLogic.OS.OSX.OsxPlatform.OsxPlatform ( )
inline

Definition at line 8 of file OsxPlatform.cs.

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