コード例 #1
0
 // constractor
 public AutoPilotModel()
 {
     // get the instans of the client that can send msg to the simulator
     sender = Singleton.Instance;
 }