rename DefaultEngine to be more readable

This commit is contained in:
2022-12-14 20:07:25 +01:00
parent 65b4cecd9b
commit 22458e6d18
16 changed files with 40 additions and 39 deletions

View File

@@ -12,7 +12,8 @@ namespace EscapeRoomEngine.Engine.Runtime
{
public class Engine : MonoBehaviour
{
public static Engine DefaultEngine
public static EngineTheme Theme => Instance.theme;
public static Engine Instance
{
get
{