Package com.fs.starfarer.api.impl.campaign.missions.hub
package com.fs.starfarer.api.impl.campaign.missions.hub
-
ClassDescriptionHub missions should generally extend this class.The methods/classes defined in this class could easily be in BaseHubMission instead; this class exists purely for organizational purposes.Person must be "important", i.e.Should not use this for player fleet since that entity can change if it respawns.What additionally defines a MissionHub is that it must support certain actions in its callEvent() method; see BaseMissionHub for details.