DataEditor & StorySystem Graph

This commit is contained in:
SoulliesOfficial
2025-11-10 11:18:19 -05:00
parent 1bca620966
commit ea75bd5225
76 changed files with 2340 additions and 90 deletions

View File

@@ -0,0 +1,11 @@
using System.Collections.Generic;
using UnityEngine;
namespace SLSFramework.StorySystem.Storyline
{
[CreateAssetMenu(fileName = "NewStorylineGraph", menuName = "StorySystem/Storyline/Storyline Graph")]
public class StorylineGraph : GraphBase
{
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: c87462c2ff921fb4e9e5f52ab691a665

View File

@@ -0,0 +1,13 @@
using System;
using SLSFramework.StorySystem.Dialog;
using UnityEngine;
namespace SLSFramework.StorySystem.Storyline
{
[Serializable]
public class StorylineDialogNodeData : BaseNodeData
{
// 对 DialogGraph 资源的引用
public DialogGraph dialogGraph;
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: c8533bcb32514564d98e8c49f29b13ea