From 60c2e26bc432273d41365165c5457db7e51aa03d Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 29 Jan 2022 11:36:08 +0800 Subject: *rename --- JamHelper/Assets/JamTools/Scripts/Math/MathUtils.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 JamHelper/Assets/JamTools/Scripts/Math/MathUtils.cs (limited to 'JamHelper/Assets/JamTools/Scripts/Math/MathUtils.cs') 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 -- cgit v1.1-26-g67d0