Add core content definitions

This commit is contained in:
2026-04-21 19:47:25 +02:00
parent d4b3c221b2
commit efcc1ba209
74 changed files with 1196 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
namespace SideScrollerGame.Content.Definitions;
public enum SquadronMateFormationKind
{
Hug,
Orbit,
LineFormation,
VFormation,
Follow
}