Files
alien-attack/AlientAttack.MonoGame/Things/Weapons/Anchor.cs

12 lines
177 B
C#

namespace AlienAttack.MonoGame.Things.Weapons;
public enum Anchor
{
TopLeft,
TopCenter,
TopRight,
Center,
BottomLeft,
BottomCenter,
BottomRight
}