更新
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using SLSFramework.StorySystem.Dialog;
|
||||
using SLSUtilities.StorySystem.Dialog;
|
||||
using UnityEditor.Experimental.GraphView;
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSFramework.StorySystem
|
||||
namespace SLSUtilities.StorySystem
|
||||
{
|
||||
// 自定义节点的基础类,用于存储对应的数据
|
||||
public abstract class BaseGraphNode : Node
|
||||
|
||||
@@ -2,7 +2,7 @@ using UnityEditor.Experimental.GraphView;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem
|
||||
namespace SLSUtilities.StorySystem
|
||||
{
|
||||
public class ConditionGraphNode : BaseGraphNode
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using UnityEditor.Experimental.GraphView;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem
|
||||
namespace SLSUtilities.StorySystem
|
||||
{
|
||||
public class EndGraphNode : BaseGraphNode
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using UnityEditor.Experimental.GraphView;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem.Dialog
|
||||
namespace SLSUtilities.StorySystem.Dialog
|
||||
{
|
||||
public class EventGraphNode : BaseGraphNode
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using UnityEditor.Experimental.GraphView;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem
|
||||
namespace SLSUtilities.StorySystem
|
||||
{
|
||||
public class StartGraphNode : BaseGraphNode
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace SLSFramework.StorySystem
|
||||
namespace SLSUtilities.StorySystem
|
||||
{
|
||||
public class EditorWindowBase : EditorWindow
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using UnityEditor.Experimental.GraphView;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem
|
||||
namespace SLSUtilities.StorySystem
|
||||
{
|
||||
public partial class GraphViewBase : GraphView
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user