Exemplo n.º 1
0
 public Engine()
 {
     m_Pitch = new Pitch();
     m_Ball = new Ball();
     Stats = new Stats();
     m_PoleSet = new PoleSet();
 }
Exemplo n.º 2
0
 public void AddBall(Ball b)
 {
     ballDescs.Add(new BallDesc(){ RelPos = b.RelPos, Speed = b.Speed });
 }