the ability to switch weapons

This commit is contained in:
reisenlol 2026-01-12 23:05:33 -08:00
parent 0722053b84
commit 533f137c48
No known key found for this signature in database
12 changed files with 928 additions and 15 deletions

View file

@ -1,9 +1,9 @@
using UnityEngine;
public class MeleeWeapon : MonoBehaviour
public class MeleeWeapon : Weapon
{
public virtual void AttackEffects()
protected override void AttackEffects()
{
}