Пример #1
0
 void Awake()
 {
     _instance = this;
     time      = 0; nexttime = 0; roundIndex = 0; countIndex = 0;
     DiskFactory ini = DiskFactory.Instance();
 }
Пример #2
0
 public void DestroyItSelf()
 {
     DiskFactory.Instance().Return(poolIndex);
 }