mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-06 18:05:54 +00:00
Chests and strafing speed
This commit is contained in:
parent
0ccc272ada
commit
b645e1724e
17 changed files with 286 additions and 21 deletions
14
Scripts/ItemTypes.cs
Normal file
14
Scripts/ItemTypes.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
namespace Cirno.Scripts;
|
||||
|
||||
public enum ItemTypes
|
||||
{
|
||||
KeycardRed,
|
||||
KeycardBlue,
|
||||
KeycardGreen,
|
||||
Ammo,
|
||||
Medkit,
|
||||
CrabBomb,
|
||||
Bomb,
|
||||
Mine,
|
||||
Battery
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue