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