Guest User

Untitled

a guest
May 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [Parser(Opcode.MSG_QUEST_PUSH_RESULT)]
  2. public static void HandleQuestPushResult(Packet packet)
  3. {
  4. packet.ReadGuid("GUID");
  5. packet.ReadEnum<QuestPartyResult>("Result", TypeCode.Byte);
  6. }
Add Comment
Please, Sign In to add comment