KMSetupRoom - Qkrisi/ktanemodkit GitHub Wiki
KMSetupRoom
[DisallowMultipleComponent]
public class KMSetupRoom : KMRoom
Add this component to a prefab to allow it to be used as a room during setup (e.g. the office with the bomb binder and freeplay device).
public Transform FreeplayDeviceSpawn;
Transform to spawn the Freeplay Device at.
public Transform BombBinderSpawn;
Transform to spawn the Bomb Binder at.
public Transform ModManagerHoldableSpawn;
Transform to spawn the mod manager holdable at. (Not to be confused with Mod Selector)