holes
This commit is contained in:
@@ -47,6 +47,7 @@ namespace EscapeRoomEngine.Desert.Runtime.Puzzle_B
|
||||
|
||||
PuzzleEvent += (_, type) =>
|
||||
{
|
||||
// ReSharper disable once SwitchStatementMissingSomeEnumCasesNoDefault
|
||||
switch (type)
|
||||
{
|
||||
case PuzzleEventType.Restarted:
|
||||
@@ -61,10 +62,6 @@ namespace EscapeRoomEngine.Desert.Runtime.Puzzle_B
|
||||
rotators.ForEach(rotator => rotator.Emission.color = _solvedColor.hdr);
|
||||
buttonActions.ForEach(action => action.button.Disable());
|
||||
break;
|
||||
case PuzzleEventType.WrongInput:
|
||||
break;
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException(nameof(type), type, null);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user