Advertisement
mojito-ice

Untitled

Oct 20th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [Parser(Opcode.CMSG_PLAYER_LOGIN)]
  2. public static void HandlerPlayerLogin(Packet packet)
  3. {
  4. packet.ReadPackedGuid128("Guid");
  5. packet.ReadSingle("FarClip");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement