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

3 lines
173 B
C#

namespace SideScrollerGame.Content.Definitions;
public sealed record LevelLayerDefinition(string Id, string DisplayName, LayerKind Kind, double ScrollFactor, bool Repeats);