Update readme

This commit is contained in:
SlynxCZ 2026-01-14 12:09:19 +04:00
parent cae6b08ffe
commit 8d7a694d72
2 changed files with 364 additions and 2 deletions

View file

@ -47,8 +47,7 @@ enum class InteractionLayers : uint64_t
csgo_moveable = 0x800000000,
csgo_opaque = 0x1000000000,
csgo_monster = 0x2000000000,
csgo_thrown_grenade = 0x8000000000,
FUNPLAY_IGNORE_PLAYER = (0x8000000000ull << 1)
csgo_thrown_grenade = 0x8000000000
};
constexpr InteractionLayers operator|(InteractionLayers a, InteractionLayers b)