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

3 lines
176 B
C#

namespace SideScrollerGame.Content.Definitions;
public sealed record SpawnScheduleEntryDefinition(string EnemyTypeId, double SpawnTimeSeconds, double AnchorX, double AnchorY);