namespace EscapeRoomEngine.Engine.Runtime.Modules { internal class Spawn : DoorState { private void Start() { ExitFrom(); } } }