private void Awake() { current = this; activeList = new List <ShipPoolEntry>(); inactiveList = new List <ShipPoolEntry>(); }
/// <summary> /// Инициализация /// </summary> private void Init() { Instance = this; }
private void OnDestroy() { Instance = null; }
private void Awake() { Instance = this; }