Files
zfxaction26_1/godot/scripts/content/definitions/DifficultyDefinition.cs

3 lines
206 B
C#

namespace SideScrollerGame.Content.Definitions;
public sealed record DifficultyDefinition(string Id, string DisplayName, DifficultyModifierSet Modifiers, int HeroStartingShieldCharges, int HeroRetryCount);