10 lines
156 B
C#
10 lines
156 B
C#
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public enum SquadronMateFormationKind
|
|
{
|
|
Hug,
|
|
Orbit,
|
|
LineFormation,
|
|
VFormation,
|
|
Follow
|
|
} |