Add core content definitions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public sealed record SpecialWeaponDefinition(string Id, string DisplayName, SpecialWeaponKind Kind, int InitialAmmo, int AmmoPickupAmount, int Damage);
|
||||
Reference in New Issue
Block a user