mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
18 lines
156 B
C++
18 lines
156 B
C++
#pragma once
|
|
|
|
namespace big
|
|
{
|
|
enum class CustomWeapon
|
|
{
|
|
NONE,
|
|
GRAVITY_GUN,
|
|
REPAIR_GUN
|
|
};
|
|
|
|
enum class SpeedoMeter
|
|
{
|
|
DISABLED,
|
|
KMH,
|
|
MPH
|
|
};
|
|
} |