コード例 #1
0
ファイル: Puck.cs プロジェクト: CallumJHays/AirHockeyRobot
 public Puck()
 {
     Velocity = new Velocity();
     Location = new PointD(0, 0);
 }