11 lines
197 B
C#
11 lines
197 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
/// <summary>
|
|
/// 核心模块,实现业务逻辑
|
|
/// </summary>
|
|
public class ModuleCore : Module<ModuleCore> {
|
|
|
|
}
|