10 lines
133 B
C#
10 lines
133 B
C#
namespace AlienAttack.MonoGame.Things.Items;
|
|
|
|
public enum PickupKind
|
|
{
|
|
Health,
|
|
Shield,
|
|
Ammo,
|
|
Rockets,
|
|
Plasma
|
|
} |