This commit is contained in:
SoulliesOfficial
2026-04-17 12:01:50 -04:00
parent dd2657573a
commit ac98ec3aef
438 changed files with 4505 additions and 428 deletions

View File

@@ -5,7 +5,7 @@ using UnityEditor.UIElements;
using UnityEngine;
using UnityEngine.UIElements;
namespace SLSFramework.StorySystem.Dialog
namespace SLSUtilities.StorySystem.Dialog
{
public class ChoiceGraphNode : BaseGraphNode
{

View File

@@ -3,7 +3,7 @@ using UnityEditor.UIElements;
using UnityEngine;
using UnityEngine.UIElements;
namespace SLSFramework.StorySystem.Dialog
namespace SLSUtilities.StorySystem.Dialog
{
public class CompoundDialogNode : BaseGraphNode
{

View File

@@ -5,7 +5,7 @@ using UnityEditor.UIElements;
using UnityEngine;
using UnityEngine.UIElements;
namespace SLSFramework.StorySystem.Dialog
namespace SLSUtilities.StorySystem.Dialog
{
public class DialogGraphNode : BaseGraphNode
{

View File

@@ -4,7 +4,7 @@ using UnityEngine;
using UnityEditor.UIElements;
using UnityEngine.UIElements;
namespace SLSFramework.StorySystem.Dialog
namespace SLSUtilities.StorySystem.Dialog
{
public class DialogGraphEditorWindow : EditorWindowBase
{

View File

@@ -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
{