KMMission - Qkrisi/ktanemodkit GitHub Wiki
KMMission
public class KMMission : ScriptableObject
Represents a mission
This class is a ScriptableObject, to create an instance of it, use ScriptableObject.CreateInstance!
public string ID { get; }
The ID of the mission
public String DisplayName = String.Empty;
The name of the mission
public String Description = String.Empty;
A short description of the mission
public KMGeneratorSetting GeneratorSetting = new KMGeneratorSetting();
The generation settings of the mission
public bool PacingEventsEnabled = false;
Indicates whether pacing events should be enabled or not.