mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 08:25:55 +00:00
Implemented battery weapons
This commit is contained in:
parent
d5c22045b7
commit
54fa750bca
20 changed files with 372 additions and 264 deletions
9
Scripts/Enums/WeaponAmmoType.cs
Normal file
9
Scripts/Enums/WeaponAmmoType.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Cirno.Scripts.Enums;
|
||||
|
||||
public enum WeaponAmmoType
|
||||
{
|
||||
Infinite,
|
||||
Ammo,
|
||||
Shield,
|
||||
Battery,
|
||||
}
|
||||
1
Scripts/Enums/WeaponAmmoType.cs.uid
Normal file
1
Scripts/Enums/WeaponAmmoType.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://0ouvmqwpq4xa
|
||||
Loading…
Add table
Add a link
Reference in a new issue