diff options
| author | daoge_cmd <3523206925@qq.com> | 2026-03-01 12:16:08 +0800 |
|---|---|---|
| committer | daoge_cmd <3523206925@qq.com> | 2026-03-01 12:16:08 +0800 |
| commit | b691c43c44ff180d10e7d4a9afc83b98551ff586 (patch) | |
| tree | 3e9849222cbc6ba49f2f1fc6e5fe7179632c7390 /Minecraft.Client/PS3/Xbox_Debug_enum.h | |
| parent | def8cb415354ac390b7e89052a50605285f1aca9 (diff) | |
Initial commit
Diffstat (limited to 'Minecraft.Client/PS3/Xbox_Debug_enum.h')
| -rw-r--r-- | Minecraft.Client/PS3/Xbox_Debug_enum.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Minecraft.Client/PS3/Xbox_Debug_enum.h b/Minecraft.Client/PS3/Xbox_Debug_enum.h new file mode 100644 index 00000000..685cf3f6 --- /dev/null +++ b/Minecraft.Client/PS3/Xbox_Debug_enum.h @@ -0,0 +1,36 @@ +#pragma once + +enum eDebugSetting +{ + eDebugSetting_LoadSavesFromDisk, + eDebugSetting_WriteSavesToDisk, + eDebugSetting_InterfaceOff, + eDebugSetting_Safearea, + eDebugSetting_MobsDontAttack, + eDebugSetting_FreezeTime, + eDebugSetting_DisableWeather, + eDebugSetting_CraftAnything, + eDebugSetting_UseDpadForDebug, + eDebugSetting_MobsDontTick, + eDebugSetting_InstantDestroy, + eDebugSetting_HandRenderingOff, + eDebugSetting_RemoveAllPlayerData, + eDebugSetting_DebugLeaderboards, + eDebugSetting_TipsAlwaysOn, + //eDebugSetting_LightDarkBackground, + eDebugSetting_RegularLightning, + eDebugSetting_Max, +}; + +enum eDebugButton +{ + eDebugButton_Theme=0, + eDebugButton_Avatar_Item_1, + eDebugButton_Avatar_Item_2, + eDebugButton_Avatar_Item_3, + eDebugButton_Gamerpic_1, + eDebugButton_Gamerpic_2, + eDebugButton_CheckTips, + eDebugButton_WipeLeaderboards, + eDebugButton_Max, +};
\ No newline at end of file |
