Skip to content
Sandrem edited this page Jan 28, 2018 · 1 revision

Mods are created as child of class Mod. They have name, description, and IsOn flag. IsOn flag indicates is this mode active or not.

To assign card to mod, set it's FromMod value to System.Type of you mode. In this case squad builder will show this card only is it's mod is active.

You can add by mods another code or rules, use ModsManager.Mods[nameOfYourMode].IsOn in this case.