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

◆ Get< T >()

static T ReLogic.OS.Platform.Get< T > ( )
inlinestaticinherited
Type Constraints
T :class 

Definition at line 41 of file Platform.cs.

41 : class
42 {
43 return Current._services.Get<T>();
44 }
static readonly Platform Current
Definition Platform.cs:11

References ReLogic.OS.Platform.Current.