Medium Puzzle B, refactor puzzle folder structure
This commit is contained in:
@@ -19,7 +19,7 @@ namespace EscapeRoomEngine.Desert.Runtime.Puzzle_B
|
||||
public class PuzzleB : StatePuzzle
|
||||
{
|
||||
[SerializeField] [Min(0)]
|
||||
private float buttonCooldown = 1;
|
||||
private float buttonCooldown;
|
||||
[ValidateInput("CorrectRotatorCount")]
|
||||
public List<Rotator> rotators;
|
||||
[InfoBox("Every button action will toggle the states at the given indices between 0 and 90 degrees.")]
|
||||
|
||||
Reference in New Issue
Block a user