diff options
Diffstat (limited to 'JamHelper/Assets/JamTools/Smoothing/Scripts/SmoothUtil.cs')
-rw-r--r-- | JamHelper/Assets/JamTools/Smoothing/Scripts/SmoothUtil.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/JamHelper/Assets/JamTools/Smoothing/Scripts/SmoothUtil.cs b/JamHelper/Assets/JamTools/Smoothing/Scripts/SmoothUtil.cs new file mode 100644 index 0000000..606ff60 --- /dev/null +++ b/JamHelper/Assets/JamTools/Smoothing/Scripts/SmoothUtil.cs @@ -0,0 +1,12 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+namespace JamTools
+{
+
+ public class SmoothUtil
+ {
+
+ }
+}
|