private void OnDestroy() { if (Prefabs.Instance == this) { Prefabs.Instance = null; } }
private void Awake() { Prefabs.Instance = this; }