the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 16 lines 300 B view raw
1#pragma once 2 3enum EGameCommand 4{ 5 eGameCommand_DefaultGameMode, 6 eGameCommand_Effect, 7 eGameCommand_EnchantItem, 8 eGameCommand_Experience, 9 eGameCommand_GameMode, 10 eGameCommand_Give, 11 eGameCommand_Kill, 12 eGameCommand_Time, 13 eGameCommand_ToggleDownfall, 14 eGameCommand_Teleport, 15 eGameCommand_COUNT 16};