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