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