Inheritance: KramaxReloadExtensions.ReloadableMonoBehaviour
 public static void initDefaultPresets(APPreset p)
 {
     initDefaultPresets();
     if (Instance.craftPresetDict[craftDefaultName].apPreset == null)
     {
         Instance.craftPresetDict[craftDefaultName].apPreset = p;
     }
     PresetManager.saveDefaults();
 }
Example #2
0
 public void Awake()
 {
     Deb.Log("PresetManager.Awake: creating singleton instance");
     instance = this;
 }
 public void Awake()
 {
     Deb.Log("PresetManager.Awake: creating singleton instance");
     instance = this;
 }
 public void Awake()
 {
     Log.detail("PresetManager.Awake: creating singleton instance");
     instance = this;
 }