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

13 lines
194 B
C#

using QFramework;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class StudySystem : AbstractSystem
{
protected override void OnInit()
{
}
}