重做杂兵
This commit is contained in:
@@ -145,13 +145,6 @@ namespace Cielonos.MainGame
|
||||
checkedObjects.Add(obj);
|
||||
}
|
||||
|
||||
public void PlayHitSound(Vector3 position, string soundName)
|
||||
{
|
||||
if (hitSoundList.Count == 0) return;
|
||||
|
||||
attackArea.audioContainer.PlaySoundFX(soundName, position);
|
||||
}
|
||||
|
||||
public void InvokeAllHitEvents(CharacterBase target, Vector3 hitPosition)
|
||||
{
|
||||
if (attackArea.canTriggerHitEvent)
|
||||
|
||||
Reference in New Issue
Block a user