12 lines
201 B
C#
12 lines
201 B
C#
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public enum CollectibleKind
|
|
{
|
|
Points,
|
|
PrimaryWeapon,
|
|
SecondaryWeapon,
|
|
ClearScreen,
|
|
ShieldCharge,
|
|
SpecialAmmo,
|
|
SquadronMate
|
|
} |