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

10 lines
120 B
C#
Raw Normal View History

2025-11-03 00:24:36 +08:00
using UnityEngine;
2025-11-12 07:04:31 +08:00
namespace Tuan.GameFramework
2025-11-03 00:24:36 +08:00
{
2025-11-12 07:04:31 +08:00
public class GameManager : Singleton<GameManager>
{
2025-11-12 07:04:31 +08:00
}
2025-11-03 00:24:36 +08:00
}