Пример #1
0
 public void GatherCoin(LeopotamGroup.Pooling.IPoolObject coin)
 {
     if (OnCoinGathered != null)
     {
         OnCoinGathered(coin);
     }
 }
Пример #2
0
 public void GatherEnergy(LeopotamGroup.Pooling.IPoolObject energy)
 {
     if (OnEnergyGathered != null)
     {
         OnEnergyGathered(energy);
     }
 }