Inheritance: CountedInstance
Beispiel #1
0
 public static DataStore GetInstance()
 {
     if (instance == null) {
         instance = new DataStore("PlutonDatastore.ds");
     }
     return instance;
 }