Example #1
0
 public Tank()
 {
     State = new TankState();
 }
Example #2
0
 public Tank()
 {
     State = new TankState();
 }