Add CChams feature + OnDrawObject hook; fix KeyValues3 init via SetTypeKV3
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user