From f4a3110d8ffcc71abda27f1aa0b918c32839b9f3 Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Mon, 20 Mar 2023 07:02:37 -0700 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D`SetDisplayObjectivePacket`?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp b/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp index e167551..43b4c96 100644 --- a/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp +++ b/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp @@ -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: