minecraft-pi-reborn/symbols/src/api/OffsetPosTranslator.def
2024-01-24 01:51:57 +00:00

6 lines
125 B
Modula-2

method void from(int *x, int *y, int *z) = 0x27c98;
property float x = 0x4;
property float y = 0x8;
property float z = 0xc;