Update ModuleFixed.cs

This commit is contained in:
MuHua-123
2025-01-16 09:24:45 +08:00
parent 11f87bdd55
commit 9cbea6702f
+2 -1
View File
@@ -6,5 +6,6 @@ using UnityEngine;
/// 固定数据物体模块
/// </summary>
public abstract class ModuleFixed : MonoBehaviour {
/// <summary> 核心模块 </summary>
protected virtual ModuleCore ModuleCore => ModuleCore.I;
}