refactor(Facility): 使用继承让所有机关都拥有了独自的 可交互 可编辑 可连接设定。大面积重构

This commit is contained in:
2025-10-22 17:34:58 +08:00
parent acd8282ff0
commit 5198a80318
61 changed files with 1516 additions and 889 deletions

View File

@@ -119,7 +119,8 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 2791e039b8344f45ad6dc86f5188d82d, type: 3}
m_Name:
m_EditorClassIdentifier:
isActive: 1
isEnableEdit: 1
isOpenInEditor: 1
--- !u!114 &4936355834716623489
MonoBehaviour:
m_ObjectHideFlags: 0
@@ -132,5 +133,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 6b9b9a895b0d40edb9a6d7213afbb256, type: 3}
m_Name:
m_EditorClassIdentifier:
Interactable: 1
isActive: 1
isEnableInteract: 1
isEnableEdit: 1
isEnableConnect: 1
isEnablePlayerConnect: 1
componentName:
needSignalCount: 1
isOpenInEditor: 1