first commit
This commit is contained in:
15
Minecraft.World/CommandsEnum.h
Normal file
15
Minecraft.World/CommandsEnum.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
enum EGameCommand
|
||||
{
|
||||
eGameCommand_DefaultGameMode,
|
||||
eGameCommand_EnchantItem,
|
||||
eGameCommand_Experience,
|
||||
eGameCommand_GameMode,
|
||||
eGameCommand_Give,
|
||||
eGameCommand_Kill,
|
||||
eGameCommand_Time,
|
||||
eGameCommand_ToggleDownfall,
|
||||
eGameCommand_Teleport,
|
||||
eGameCommand_COUNT
|
||||
};
|
||||
Reference in New Issue
Block a user