private void Awake() { Instance = this; base.enabled = false; }
public static void DestroyInstance() { Instance = null; }