9 lines
106 B
C#
9 lines
106 B
C#
namespace Sandbox.Scripts
|
|
{
|
|
internal enum WeaponType
|
|
{
|
|
Fire = 0,
|
|
Blizzard = 1
|
|
}
|
|
}
|