Add CChams feature + OnDrawObject hook; fix KeyValues3 init via SetTypeKV3

This commit is contained in:
2026-08-05 00:08:06 +02:00
parent 8a121f77a0
commit 9dae88ec38
22 changed files with 40882 additions and 148 deletions
@@ -20,6 +20,15 @@ namespace Settings
inline auto GlowEnemy = true;
inline auto PlayerBoxType = 3;
inline auto GlassyBox = false;
inline auto GlassOpacity = 55;
}
namespace Chams
{
inline auto Enabled = false;
inline auto IgnoreZ = true;
inline ImVec4 Visible = { 0.f , 0.40f , 1.f , 1.f };
inline ImVec4 Occluded = { 1.f , 0.f , 0.75f , 1.f };
}
namespace Menu
{