DoopelPonger
Assets
Scripts
Utils
Classes
Singleton.cs File Reference
Classes
class
Singleton< T >
Be aware this will not prevent a non singleton constructor such as
T myT = new T();
To prevent that, add
protected T () {}
to your singleton class.
More...
Generated by
1.8.14