Beispiel #1
0
 //possible actions
 public void HitFromBottom(PlayerContext player)
 {
     CurrentBlock.HitBottom(player);
 }