minecraft-pi-reborn/symbols/src/api/OffsetPosTranslator.def

6 lines
125 B
Modula-2
Raw Normal View History

2024-01-07 07:59:04 +00:00
method void from(int *x, int *y, int *z) = 0x27c98;
2024-01-22 06:39:43 +00:00
property float x = 0x4;
property float y = 0x8;
property float z = 0xc;