Skip to content

Commit dab12ab

Browse files
move RandomNum to number methods
1 parent 08b4afa commit dab12ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodSystem/Methods/MathMethods/RandomNumMethod.cs renamed to MethodSystem/Methods/NumberMethods/RandomNumMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using UnityEngine;
88
using Random = UnityEngine.Random;
99

10-
namespace SER.MethodSystem.Methods.MathMethods;
10+
namespace SER.MethodSystem.Methods.NumberMethods;
1111

1212
public class RandomNumMethod : ReturningMethod<NumberValue>, IAdditionalDescription
1313
{

0 commit comments

Comments
 (0)