Rename Entity::aabb to Entity::hitbox

This commit is contained in:
Bigjango13 2024-02-08 19:33:44 -05:00 committed by TheBrokenRail
parent f57c0a6190
commit 5353bc188d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ property float yaw = 0x40;
property float pitch = 0x44;
property float old_yaw = 0x48;
property float old_pitch = 0x4c;
property AABB aabb = 0x50;
property AABB hitbox = 0x50;
property int renderer_id = 0xa8;
property bool on_ground = 0xb2;
property bool freeze_physics = 0xb9;