Ejemplo n.º 1
0
 public CampaignSection(int i, Vector3 o)
 {
     _index = i;
     _origin = o;
     _door = null;
     _overheadLights = new List<Light>();
     _population = new List<BaseAlien>();
     _weaponDepot = null;
     _currentTitle = "";
 }
Ejemplo n.º 2
0
 public void SetDoor(Door door)
 {
     _door = door;
 }