diff options
Diffstat (limited to 'JamHelper/Assets/JamUtils/Scripts/Character/CameraFollow.cs')
-rw-r--r-- | JamHelper/Assets/JamUtils/Scripts/Character/CameraFollow.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/JamHelper/Assets/JamUtils/Scripts/Character/CameraFollow.cs b/JamHelper/Assets/JamUtils/Scripts/Character/CameraFollow.cs new file mode 100644 index 0000000..c711f87 --- /dev/null +++ b/JamHelper/Assets/JamUtils/Scripts/Character/CameraFollow.cs @@ -0,0 +1,8 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+namespace JamTools
+{
+
+}
\ No newline at end of file |