Exemplo n.º 1
0
 static public void createInstance()
 {
     if (_instance == null)
     {
         _instance = new UObjectManager();
     }
 }
Exemplo n.º 2
0
 static public void createInstance() {
     if(_instance == null) {
         _instance = new UObjectManager();
     }
 }