namespace GameCore.Combat.Interfaces; public interface IWeaponDataService { bool TryGetWeaponData(string weaponId, out WeaponData weaponData); }