minecraft-pi-reborn/symbols/src/gui/components/IntRectangle.def
2024-01-24 01:51:57 +00:00

7 lines
114 B
Modula-2

size 0x10;
property int x = 0x0;
property int y = 0x4;
property int x_offset = 0x8;
property int y_offset = 0xc;