Files
MinecraftConsoles/Minecraft.World/CommandsEnum.h

15 lines
278 B
C
Raw Normal View History

2026-03-01 12:16:08 +08:00
#pragma once
enum EGameCommand
{
eGameCommand_DefaultGameMode,
eGameCommand_EnchantItem,
eGameCommand_Experience,
eGameCommand_GameMode,
eGameCommand_Give,
eGameCommand_Kill,
eGameCommand_Time,
eGameCommand_ToggleDownfall,
eGameCommand_Teleport,
eGameCommand_COUNT
};