station 46 room
This commit is contained in:
@@ -15,6 +15,9 @@ namespace EscapeRoomEngine.Engine.Runtime
|
||||
{
|
||||
#region Theme
|
||||
|
||||
[BoxGroup("Theme")]
|
||||
public Intro intro;
|
||||
|
||||
[BoxGroup("Theme")] [Required]
|
||||
[Tooltip("The tile that rooms are generated from.")]
|
||||
public SpaceTile spaceTile;
|
||||
@@ -33,6 +36,9 @@ namespace EscapeRoomEngine.Engine.Runtime
|
||||
[BoxGroup("Doors")] [Required]
|
||||
public DoorModuleDescription spawnDoor;
|
||||
|
||||
[BoxGroup("Doors")] [Required]
|
||||
public DoorModuleDescription introExitDoor;
|
||||
|
||||
[BoxGroup("Doors")] [ValidateInput("IsNotEmpty", "At least one exit door type is required.")]
|
||||
[Tooltip("The types of exit doors this theme provides. Entrance doors are connected to the exit doors and don't need to be specified here.")]
|
||||
public List<DoorModuleDescription> exitDoorTypes;
|
||||
|
||||
Reference in New Issue
Block a user