Skip to content

Commit

Permalink
separate attributes into their own namespace (fixes YarnSpinnerTool#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-zubovic committed May 24, 2024
1 parent 4656e24 commit 2500987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Editor/Editors/DialogueRunnerEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
using System;
using System.Reflection;
using Yarn.Unity.UnityLocalization;
using Yarn.Unity.Attributes;

namespace Yarn.Unity.Editor
{
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Attributes/Attributes.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;

namespace Yarn.Unity
namespace Yarn.Unity.Attributes
{

#nullable enable
Expand Down
1 change: 1 addition & 0 deletions Runtime/DialogueRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
using UnityEngine.Events;
using System;
using UnityEngine.UIElements;
using Yarn.Unity.Attributes;


#nullable enable
Expand Down
1 change: 1 addition & 0 deletions Runtime/Views/VoiceOverView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
using System;
using System.Collections;
using UnityEngine;
using Yarn.Unity.Attributes;

namespace Yarn.Unity
{
Expand Down

0 comments on commit 2500987

Please sign in to comment.