This commit is contained in:
Marco 2025-03-04 10:37:15 +01:00
commit 323c420aad
21 changed files with 299 additions and 19 deletions

View file

@ -11,5 +11,8 @@ public enum ItemTypes
Bomb,
Mine,
Battery,
Weapon
Weapon,
Power,
Points,
Credits
}