3 lines
206 B
C#
3 lines
206 B
C#
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public sealed record DifficultyDefinition(string Id, string DisplayName, DifficultyModifierSet Modifiers, int HeroStartingShieldCharges, int HeroRetryCount); |