11 lines
197 B
C#
11 lines
197 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
/// <summary>
|
|
/// 固定数据物体模块
|
|
/// </summary>
|
|
public abstract class ModuleFixed : MonoBehaviour {
|
|
|
|
}
|