Space Engineers
|
Implements a singleton instance of type T . More...
Properties | |
static T | Instance [get] |
Gets a singleton instance. More... | |
Implements a singleton instance of type T .
T | The type of object to create a singleton instance of. |
T | : | class | |
T | : | new() |
Definition at line 13 of file Singleton.cs.
|
staticget |