3 lines
176 B
C#
3 lines
176 B
C#
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public sealed record SpawnScheduleEntryDefinition(string EnemyTypeId, double SpawnTimeSeconds, double AnchorX, double AnchorY); |