Advertisement
Dals

Packet

Oct 30th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. package se.dalsit.net;
  2.  
  3. import java.io.Serializable;
  4.  
  5. public class Packet implements Serializable {
  6.         public static class NewConnection implements Serializable   {}
  7.  
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement