Chests and strafing speed

This commit is contained in:
Marco 2025-01-28 14:05:38 +01:00
commit b645e1724e
17 changed files with 286 additions and 21 deletions

14
Scripts/ItemTypes.cs Normal file
View file

@ -0,0 +1,14 @@
namespace Cirno.Scripts;
public enum ItemTypes
{
KeycardRed,
KeycardBlue,
KeycardGreen,
Ammo,
Medkit,
CrabBomb,
Bomb,
Mine,
Battery
}