station 46 room
This commit is contained in:
@@ -14,6 +14,8 @@ namespace EscapeRoomEngine.Engine.Runtime.Utilities
|
||||
|
||||
public WrongTypeException(DoorType expected, DoorType found) : base($"Wrong door type ({found} instead of {expected})") {}
|
||||
|
||||
public WrongTypeException(ModuleType expected, ModuleType found) : base($"Wrong module type ({found} instead of {expected})") {}
|
||||
|
||||
public WrongTypeException(string message) : base(message) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user