make ModuleState abstract to avoid trouble with the type of reference to its Module
This commit is contained in:
@@ -33,7 +33,7 @@ namespace EscapeRoomEngine.Engine.Runtime.Modules
|
||||
public event PuzzleEventHandler PuzzleEvent;
|
||||
public EngineTheme theme;
|
||||
|
||||
private new PuzzleModule Module { get; set; }
|
||||
protected PuzzleModule Module { get; private set; }
|
||||
public bool Solved
|
||||
{
|
||||
get => _solved;
|
||||
|
||||
Reference in New Issue
Block a user