Пример #1
0
		public TankBase()
		{
			tower = new CannonTower(this);
		}
Пример #2
0
 public TankBase()
 {
     tower = new CannonTower(this);
 }