Add core content definitions
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public enum SquadronMateFormationKind
|
||||
{
|
||||
Hug,
|
||||
Orbit,
|
||||
LineFormation,
|
||||
VFormation,
|
||||
Follow
|
||||
}
|
||||
Reference in New Issue
Block a user