mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
19 lines
No EOL
234 B
C#
19 lines
No EOL
234 B
C#
namespace Cirno.Scripts;
|
|
|
|
public enum ItemTypes
|
|
{
|
|
KeycardRed,
|
|
KeycardBlue,
|
|
KeycardGreen,
|
|
Ammo,
|
|
Medkit,
|
|
FrogBomb,
|
|
Bomb,
|
|
Mine,
|
|
Battery,
|
|
Weapon,
|
|
Power,
|
|
Points,
|
|
Credits,
|
|
KeyItem
|
|
} |