Exemplo n.º 1
0
 public void DestroyBall(PassiveMoveBehavior ball)
 {
     passiveMoveObjPool.DestroyObject(ball);
     Balls.Remove(ball);
     if (Balls.Count == 0)
     {
         _gameLogic.AnalyzeGameEvent(GameEvents.DropBall);
     }
 }
Exemplo n.º 2
0
 public void FullDestroy()
 {
     _gameLogic.AnalyzeGameEvent(GameEvents.DestroyAllBricks);
 }