spenk

Untitled

Apr 15th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. public void HandlePacket(Packet230ModLoader packet)
  2. {
  3. switch(packet.packetType)
  4. {
  5. case 0:
  6. {
  7. sayhi = packet.dataInt[0];
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment