14 lines
197 B
C#
14 lines
197 B
C#
using QFramework;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class SettingSystem : AbstractSystem
|
|
{
|
|
|
|
protected override void OnInit()
|
|
{
|
|
|
|
}
|
|
}
|