11 enum class RequestType : uchar {
14 ExecuteClosingCommands = 2,
18 ExecuteOpeningCommands = 6,
24 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mId;
25 ::ll::TypedStorage<1, 1, ::NpcRequestPacketPayload::RequestType> mType;
26 ::ll::TypedStorage<8, 32, ::std::string> mActions;
27 ::ll::TypedStorage<1, 1, uchar> mActionIndex;
28 ::ll::TypedStorage<8, 32, ::std::string> mSceneName;