mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
11 lines
171 B
C++
11 lines
171 B
C++
#pragma once
|
|
|
|
enum class menu_event
|
|
{
|
|
PlayerLeave,
|
|
PlayerJoin,
|
|
PlayerMgrInit,
|
|
PlayerMgrShutdown,
|
|
ChatMessageReceived,
|
|
ScriptedGameEventReceived,
|
|
}; |