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