GenWorldSurface_Z - widberg/fmtk GitHub Wiki

The class GenWorldSurface_Z is not found in any BigFiles shipped with the game; however, the game still has logic to handle objects of this class.

struct GenWorldSurface_Z : Object_Z {
    std::uint32_t unkown1;
    std::uint8_t unknown2[127];
};