Esempio n. 1
0
 public int StrikeOutRate(Player.THROW_HAND _throwHand)
 {
     return positionPlayer.KRate(_throwHand);
 }
Esempio n. 2
0
 public InMatchPlayer(Player _player)
 {
     player = _player;
     currentPosition = player.Position;
 }