Skip to content

Commit

Permalink
Bots Currency: Fix Gamedata
Browse files Browse the repository at this point in the history
  • Loading branch information
caxanga334 committed Jan 6, 2025
1 parent 4a23ccb commit 5a9653f
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
{
"CCurrencyPack::MyTouch"
{
"offset" "CCurrencyPack::MyTouch"
"callconv" "thiscall"
"return" "bool"
"this" "entity"
"offset" "CCurrencyPack::MyTouch"
"callconv" "thiscall"
"return" "bool"
"this" "entity"
"hooktype" "entity"
"arguments"
{
"param1"
Expand All @@ -38,10 +39,11 @@
}
"CBasePlayer::IsBot"
{
"offset" "CBasePlayer::IsBot"
"callconv" "thiscall"
"return" "bool"
"this" "entity"
"offset" "CBasePlayer::IsBot"
"callconv" "thiscall"
"return" "bool"
"this" "entity"
"hooktype" "entity"
}
}
}
Expand Down

0 comments on commit 5a9653f

Please sign in to comment.