aboutsummaryrefslogtreecommitdiff
path: root/JamHelper/Assets/JamTools/Scripts/Math/MathUtils.cs
diff options
context:
space:
mode:
Diffstat (limited to 'JamHelper/Assets/JamTools/Scripts/Math/MathUtils.cs')
-rw-r--r--JamHelper/Assets/JamTools/Scripts/Math/MathUtils.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/JamHelper/Assets/JamTools/Scripts/Math/MathUtils.cs b/JamHelper/Assets/JamTools/Scripts/Math/MathUtils.cs
new file mode 100644
index 0000000..fb2378e
--- /dev/null
+++ b/JamHelper/Assets/JamTools/Scripts/Math/MathUtils.cs
@@ -0,0 +1,15 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+namespace JamTools
+{
+
+ public class MathUtils
+ {
+
+
+
+ }
+
+} \ No newline at end of file