2024-12-14 18:27:59 +08:00

12 lines
200 B
C#

using QFramework;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AppContext : Architecture<AppContext>
{
protected override void Init()
{
}
}