Big brain time

This commit is contained in:
Steven Long
2023-07-15 15:31:19 -07:00
parent 9fe56cd75f
commit 615847e96e
11 changed files with 167 additions and 97 deletions

8
Scripts/WeaponType.cs Normal file
View File

@@ -0,0 +1,8 @@
namespace Sandbox.Scripts
{
internal enum WeaponType
{
Fire = 0,
Blizzard = 1
}
}