Continuing additions to GameHistoryData
imported>76561198018895007 No edit summary |
imported>76561198054818918 (Continuing additions to GameHistoryData) |
||
Line 81: | Line 81: | ||
uint32_t numTechState | uint32_t numTechState | ||
[numTechState] { | [numTechState] { | ||
uint32_t techProtoIndex | |||
uint8_t bool TechState_unlocked | |||
uint32_t TechState_curLevel | |||
uint32_t TechState_maxLevel | |||
uint64_t TechState_hashUploaded | |||
uint64_t TechState_hashNeeded | |||
} | } | ||
uint8_t bool autoManageLabItems | |||
uint32_t currentTech | |||
uint32_t numTechQueue (version >= 1) | |||
uint32_t techQueue_TechStateKey[numTechQueue] | |||
uint32_t | |||
} | } | ||