mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-24 09:58:13 +05:00
15 lines
278 B
C
15 lines
278 B
C
#pragma once
|
|
|
|
enum EGameCommand
|
|
{
|
|
eGameCommand_DefaultGameMode,
|
|
eGameCommand_EnchantItem,
|
|
eGameCommand_Experience,
|
|
eGameCommand_GameMode,
|
|
eGameCommand_Give,
|
|
eGameCommand_Kill,
|
|
eGameCommand_Time,
|
|
eGameCommand_ToggleDownfall,
|
|
eGameCommand_Teleport,
|
|
eGameCommand_COUNT
|
|
}; |