Files
TuanTuan-Engine/Assets/GameFramework/Runtime/GameManager.cs

7 lines
75 B
C#
Raw Normal View History

2025-11-03 00:24:36 +08:00
using UnityEngine;
public class GameManager : Singleton<GameManager>
{
2025-11-03 00:24:36 +08:00
}