[request] add BlockTickingQueue SpawningArea related struct #1611
Labels
enhancement
Intended improvement or added functionality
status: review needed
Requires assessment or evaluation
Is your feature request related to a problem? Please describe.
ll文件中部分符号,函数,结构体内部属性定义缺失
Describe the solution you'd like
补全这些缺失。
Describe alternatives you've considered
BlockTickingQueue.h
BlockTickingQueue::BlockTick 属性mUnk958ddb->bool mIsRemoved{}; mUnk723bc0->TickNextTickData mData;
class BlockTickingQueue需要补全运算符bool operator>(BlockTick const &other) const { return mData > other.mData; }
需要补全//BlockTick &operator=(BlockTick const &); //BlockTick(BlockTick const &);的符号,否则会导致LNK2019
LevelChunk.h
需要补全//SpawningArea(SpawningArea const&);的符号
Additional context
No response
The text was updated successfully, but these errors were encountered: