Add weapon acquisition and swapping systems with data handling
This commit is contained in:
6
GameCore/Combat/Interfaces/IWeaponDataService.cs
Normal file
6
GameCore/Combat/Interfaces/IWeaponDataService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace GameCore.Combat.Interfaces;
|
||||
|
||||
public interface IWeaponDataService
|
||||
{
|
||||
bool TryGetWeaponData(string weaponId, out WeaponData weaponData);
|
||||
}
|
||||
Reference in New Issue
Block a user