diff options
Diffstat (limited to 'GameCode/ShootPos.cs')
-rw-r--r-- | GameCode/ShootPos.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/GameCode/ShootPos.cs b/GameCode/ShootPos.cs new file mode 100644 index 0000000..ca75170 --- /dev/null +++ b/GameCode/ShootPos.cs @@ -0,0 +1,12 @@ +using UnityEngine; + +public class ShootPos : MonoBehaviour +{ + private void Start() + { + } + + private void Update() + { + } +} |