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