diff options
Diffstat (limited to 'Client/Assets/Behavior Designer/Runtime/Basic Tasks/String/GetSubstring.cs')
-rw-r--r-- | Client/Assets/Behavior Designer/Runtime/Basic Tasks/String/GetSubstring.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Client/Assets/Behavior Designer/Runtime/Basic Tasks/String/GetSubstring.cs b/Client/Assets/Behavior Designer/Runtime/Basic Tasks/String/GetSubstring.cs index be5de33e..6ede171f 100644 --- a/Client/Assets/Behavior Designer/Runtime/Basic Tasks/String/GetSubstring.cs +++ b/Client/Assets/Behavior Designer/Runtime/Basic Tasks/String/GetSubstring.cs @@ -1,5 +1,3 @@ -using UnityEngine;
-
namespace BehaviorDesigner.Runtime.Tasks.Basic.UnityString
{
[TaskCategory("Basic/String")]
|