//using UnityEngine; public interface Weapon { void dealDamage(); }