更新
This commit is contained in:
@@ -5,7 +5,7 @@ using UnityEditor.UIElements;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem.Dialog
|
||||
namespace SLSUtilities.StorySystem.Dialog
|
||||
{
|
||||
public class ChoiceGraphNode : BaseGraphNode
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using UnityEditor.UIElements;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem.Dialog
|
||||
namespace SLSUtilities.StorySystem.Dialog
|
||||
{
|
||||
public class CompoundDialogNode : BaseGraphNode
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using UnityEditor.UIElements;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem.Dialog
|
||||
namespace SLSUtilities.StorySystem.Dialog
|
||||
{
|
||||
public class DialogGraphNode : BaseGraphNode
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using UnityEngine;
|
||||
using UnityEditor.UIElements;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem.Dialog
|
||||
namespace SLSUtilities.StorySystem.Dialog
|
||||
{
|
||||
public class DialogGraphEditorWindow : EditorWindowBase
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using UnityEditor.Experimental.GraphView;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace SLSFramework.StorySystem.Dialog
|
||||
namespace SLSUtilities.StorySystem.Dialog
|
||||
{
|
||||
public partial class DialogGraphView : GraphViewBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user