using UnityEngine; public class MeleeWeapon : MonoBehaviour { public virtual void AttackEffects() { } }