public static void DestroyInstance() { Instance = null; }
protected override void OnPrefabInit() { base.OnPrefabInit(); Instance = this; }