Files

8 lines
107 B
C#

namespace AlienAttack.MonoGame.Things.Muzzles;
public enum MuzzleId
{
Center,
Left,
Right
}