Exemplo n.º 1
0
 public void PlayerLeaving(BasicPlayer.PlayerType who)
 {
     touching[(int)who] = false;
 }
Exemplo n.º 2
0
 public void PlayerTouching(BasicPlayer.PlayerType who)
 {
     touching[(int)who] = true;
 }