Esempio n. 1
0
 public PresetManager()
 {
     if (Instance != null)
     {
         throw new Exception("Cannot have multiple instances");
     }
     Instance = this;
 }
Esempio n. 2
0
 static public void Instantiate()
 {
     Instance = new PresetManager();
 }