mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-01 19:53:41 +00:00
修复SetDisplayObjectivePacket
类
This commit is contained in:
parent
6bd4535330
commit
f4a3110d8f
@ -11,7 +11,12 @@
|
||||
class SetDisplayObjectivePacket : public Packet {
|
||||
|
||||
#define AFTER_EXTRA
|
||||
|
||||
public:
|
||||
std::string mDisplaySlotName;
|
||||
std::string mObjectiveName;
|
||||
std::string mObjectiveDisplayName;
|
||||
std::string mCriteriaName;
|
||||
ObjectiveSortOrder mSortOrder;
|
||||
#undef AFTER_EXTRA
|
||||
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_SETDISPLAYOBJECTIVEPACKET
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user