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