get theme colours from engine instead of storing reference to theme in module
This commit is contained in:
@@ -30,7 +30,6 @@ namespace EscapeRoomEngine.Engine.Runtime.Modules
|
||||
public class PuzzleState : ModuleState
|
||||
{
|
||||
public event PuzzleEventHandler PuzzleEvent;
|
||||
public EngineTheme theme;
|
||||
|
||||
protected PuzzleModule Module { get; private set; }
|
||||
public bool Solved
|
||||
|
||||
Reference in New Issue
Block a user