get theme colours from engine instead of storing reference to theme in module

This commit is contained in:
2022-11-28 22:14:00 +01:00
parent 8398d29f25
commit 60e390a993
32 changed files with 151 additions and 14 deletions

View File

@@ -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