fix build errors

This commit is contained in:
2022-12-05 08:10:00 +01:00
parent 9b262ce4c9
commit edf9ccab0b
9 changed files with 304 additions and 274 deletions

View File

@@ -4,6 +4,7 @@ using UnityEngine.UIElements;
namespace EscapeRoomEngine.Engine.Runtime.Editor
{
#if UNITY_EDITOR
public class EngineEditor : EditorWindow
{
private bool _registeredUpdateEvent;
@@ -86,4 +87,5 @@ namespace EscapeRoomEngine.Engine.Runtime.Editor
_skipAndPassButton.SetEnabled(EditorApplication.isPlaying && Engine.DefaultEngine.NumberOfRooms > 0);
}
}
#endif
}