Beispiel #1
0
    private void Awake()
    {
        current = this;

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