コード例 #1
0
ファイル: AttackerExample2.cs プロジェクト: sborisg/Brazil
 public AttackerExample2(Team team, ICoach coach)
     : base(team, coach)
 {
     m_startPosition = new PointF(m_sideFactor * 10, 0);
 }
コード例 #2
0
 public RegularGoalkeeper(Team team, ICoach coach, PointF startPoint, PolygonBorders borders, int playerNumber)
     : base(team, coach, startPoint, borders, playerNumber)
 {
 }
コード例 #3
0
 public RightWingBack(Team team, ICoach coach)
     : base(team, coach)
 {
 }
コード例 #4
0
 public RegularGoalkeeper(Team team, ICoach coach, int playerNumber) :
     base(team, coach, playerNumber)
 {
 }