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

5 lines
82 B
Modula-2
Raw Normal View History

2024-01-06 11:30:23 +00:00
size 0xc;
property float x = 0x0;
property float y = 0x4;
property float z = 0x8;