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