rename DefaultEngine to be more readable
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user