8 lines
186 B
Modula-2
Raw Normal View History

extends Entity;
vtable 0x10c5b0;
2024-07-15 03:05:05 -04:00
constructor (Level *level, float x, float y, float z, const ItemInstance &item) = 0x86d70;
2024-01-07 02:59:04 -05:00
property ItemInstance item = 0xd0;
property int age = 0xdc;