OnOtherBuffApply/Remove监听
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSFramework.StorySystem
|
||||
{
|
||||
public abstract class GraphBase : ScriptableObject
|
||||
{
|
||||
// 使用 [SerializeReference] 来支持多态性,存储不同类型的节点数据
|
||||
[SerializeReference]
|
||||
public List<BaseNodeData> nodes = new List<BaseNodeData>();
|
||||
|
||||
// 存储节点之间的连接
|
||||
public List<EdgeData> edges = new List<EdgeData>();
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 88df947440cfd3841b8e5a545437b253
|
||||
Reference in New Issue
Block a user