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