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