Add core content definitions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public sealed record SpawnScheduleEntryDefinition(string EnemyTypeId, double SpawnTimeSeconds, double AnchorX, double AnchorY);
|
||||
Reference in New Issue
Block a user