mirror of
https://gitea.murdle.top/murdle/mc-lce.git
synced 2026-03-10 19:19:01 +02: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
|
|
}; |