9 lines
180 B
Modula-2
Raw Normal View History

size 0x14;
property std::string folder = 0x0;
property std::string name = 0x4;
property int seed = 0x8;
property int game_mode = 0xc;
property int param_5 = 0x10;
2024-09-20 21:30:47 -04:00
mark-as-simple;