3 lines
173 B
C#
3 lines
173 B
C#
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public sealed record LevelLayerDefinition(string Id, string DisplayName, LayerKind Kind, double ScrollFactor, bool Repeats); |