We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b4afa commit dab12abCopy full SHA for dab12ab
…m/Methods/MathMethods/RandomNumMethod.cs …Methods/NumberMethods/RandomNumMethod.csMethodSystem/Methods/MathMethods/RandomNumMethod.cs renamed to MethodSystem/Methods/NumberMethods/RandomNumMethod.cs
@@ -7,7 +7,7 @@
7
using UnityEngine;
8
using Random = UnityEngine.Random;
9
10
-namespace SER.MethodSystem.Methods.MathMethods;
+namespace SER.MethodSystem.Methods.NumberMethods;
11
12
public class RandomNumMethod : ReturningMethod<NumberValue>, IAdditionalDescription
13
{
0 commit comments