Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 441 Bytes

File metadata and controls

10 lines (5 loc) · 441 Bytes

Mission

You can think of Missions as GameModes(Battles/TeamDeathMatch) etc. Missions are instantiated with a Scene, MissionViews, and MissionBehaviours.

More information on missions will be available once we gain access to the CampaignSystem DLLs.

Tips

  • You can get the current mission instance (if any) by using Mission.Current property.