Skip to content

KMMission

Qkrisi edited this page May 24, 2021 · 1 revision

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.

Clone this wiki locally