![]() |
GameDB
1.6.0
GameDB Pro is a plugin that provides an easy to use and powerful game and meta data editor
|
A helper base class for creating singletons. Used internally but provided for utility reasons. More...
Properties | |
static T | Instance [get] |
Returns the singleton instance (and instantiates it if not already instantiated) More... | |
A helper base class for creating singletons. Used internally but provided for utility reasons.
T | The type of the singleton class |
T | : | class | |
T | : | new() |
|
staticget |
Returns the singleton instance (and instantiates it if not already instantiated)
The singleton instance of the inherited class.