summaryrefslogtreecommitdiff
path: root/Thronefall_1_0/GameCode/ProjectileSpawnAudio.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_0/GameCode/ProjectileSpawnAudio.cs')
-rw-r--r--Thronefall_1_0/GameCode/ProjectileSpawnAudio.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Thronefall_1_0/GameCode/ProjectileSpawnAudio.cs b/Thronefall_1_0/GameCode/ProjectileSpawnAudio.cs
deleted file mode 100644
index de57603..0000000
--- a/Thronefall_1_0/GameCode/ProjectileSpawnAudio.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using UnityEngine;
-
-public class ProjectileSpawnAudio : MonoBehaviour
-{
- public ThronefallAudioManager.AudioOneShot oneShotType;
-
- private void Start()
- {
- ThronefallAudioManager.WorldSpaceOneShot(oneShotType, base.transform.position);
- }
-}