Skip to content

Commit aa1b989

Browse files
committed
fix(gamedata): Offsets
1 parent 43921e9 commit aa1b989

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"CBaseEntity_StartTouch": {
3-
"windows": 143,
4-
"linux": 142
3+
"windows": 151,
4+
"linux": 150
55
},
66
"CBaseEntity_Touch": {
7-
"windows": 144,
8-
"linux": 143
7+
"windows": 152,
8+
"linux": 151
99
},
1010
"CBaseEntity_EndTouch": {
11-
"windows": 145,
12-
"linux": 144
11+
"windows": 153,
12+
"linux": 152
1313
},
1414
"CBaseEntity_Use": {
15-
"windows": 140,
16-
"linux": 139
15+
"windows": 148,
16+
"linux": 147
1717
}
1818
}

0 commit comments

Comments
 (0)