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

◆ Create()

static OSPlatform System.Runtime.InteropServices.OSPlatform.Create ( string osPlatform)
inlinestatic

Definition at line 34 of file OSPlatform.cs.

35 {
36 return new OSPlatform(osPlatform);
37 }

References System.Runtime.InteropServices.OSPlatform.OSPlatform().