PuzzleMeasurement, add Realm, door ExitedFrom event
This commit is contained in:
@@ -51,6 +51,8 @@ namespace EscapeRoomEngine.Engine.Runtime
|
||||
[BoxGroup("Puzzles")]
|
||||
public List<PuzzleModuleDescription> puzzleTypes;
|
||||
|
||||
public PuzzleModuleDescription GetPuzzle(int id) => puzzleTypes.Find(puzzle => puzzle.Id == id);
|
||||
|
||||
#endregion
|
||||
|
||||
[UsedImplicitly]
|
||||
|
||||
Reference in New Issue
Block a user