public CampaignManager(int numberOfSections) { this.numberOfSections = numberOfSections; this.sections = new List<CampaignSection>(numberOfSections); this.currentSection = 0; this.endteleporter = null; }
public void SetTeleport(Teleporter teleporter) { endteleporter = teleporter; }