コード例 #1
0
 public BallSimulation()
 {
     ball = new Ball();
 }
コード例 #2
0
ファイル: BallSimulation.cs プロジェクト: fr222cy/1DV437
 public BallSimulation()
 {
     //xDirection = true;
       //  yDirection = true;
     ball = new Ball();
 }