12 lines
177 B
C#
12 lines
177 B
C#
namespace AlienAttack.MonoGame.Things.Weapons;
|
|
|
|
public enum Anchor
|
|
{
|
|
TopLeft,
|
|
TopCenter,
|
|
TopRight,
|
|
Center,
|
|
BottomLeft,
|
|
BottomCenter,
|
|
BottomRight
|
|
} |