14 lines
250 B
C#
14 lines
250 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using MuHua;
|
|
|
|
/// <summary>
|
|
/// 测试管理器
|
|
/// </summary>
|
|
public class TestManager : ModuleSingle<TestManager> {
|
|
|
|
protected override void Awake() => NoReplace();
|
|
|
|
}
|