minecraft-pi-reborn/symbols/src/misc/Vec3.def

9 lines
136 B
Modula-2

size 0xc;
method Vec3 normalized() = 0x5eae4;
property float x = 0x0;
property float y = 0x4;
property float z = 0x8;
mark-as-simple;