diff options
author | chai <chaifix@163.com> | 2022-01-29 11:36:08 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-01-29 11:36:08 +0800 |
commit | 60c2e26bc432273d41365165c5457db7e51aa03d (patch) | |
tree | 7596f14d5e870793c267f531712a37809bb6deac /JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerShot.cs | |
parent | 53593cf28d07d544a4d498dc807e7f9e53f17236 (diff) |
*rename
Diffstat (limited to 'JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerShot.cs')
-rw-r--r-- | JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerShot.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerShot.cs b/JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerShot.cs new file mode 100644 index 0000000..a42c249 --- /dev/null +++ b/JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerShot.cs @@ -0,0 +1,18 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class PlayerShot : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}
|