using UnityEngine; public class MeleeWeapon : Weapon { protected override void AttackEffects() { } }