Files
zfxaction26_1/godot/scripts/content/definitions/CollectibleKind.cs

12 lines
201 B
C#

namespace SideScrollerGame.Content.Definitions;
public enum CollectibleKind
{
Points,
PrimaryWeapon,
SecondaryWeapon,
ClearScreen,
ShieldCharge,
SpecialAmmo,
SquadronMate
}