Rename Entity::aabb to Entity::hitbox
This commit is contained in:
parent
f57c0a6190
commit
5353bc188d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user