minecraft-pi-reborn/symbols/src/network/packet/SignUpdatePacket.def

8 lines
145 B
Modula-2
Raw Normal View History

2024-01-22 06:39:43 +00:00
extends Packet;
property int x = 0xc;
property int y = 0x10;
property int z = 0x14;
// std::string lines[4]
property std::string *lines = 0x18;