Update readme
This commit is contained in:
parent
cae6b08ffe
commit
8d7a694d72
2 changed files with 364 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue