Example #1
0
 public void EndKick()
 {
     _isKicking = false;
     if (playerID == Player.P1)
     {
         _blockBuilder.PushBlockLeft(_block);
     }
     else
     {
         _blockBuilder.PushBlockRight(_block);
     }
     _block = null;
 }