10 lines
86 B
C++
Raw Normal View History

2021-05-19 16:05:21 +02:00
#pragma once
namespace big
{
enum class CustomWeapons
{
NONE,
GRAVITY_GUN
};
}