init
This commit is contained in:
7
Assets/GameFramework/Runtime/GameManager.cs
Normal file
7
Assets/GameFramework/Runtime/GameManager.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class GameManager : Singleton<GameManager>
|
||||
{
|
||||
public Camera UICamera;
|
||||
public GameObject MainUICanvas;
|
||||
}
|
||||
Reference in New Issue
Block a user