Exemplo n.º 1
0
 public new static MyGameNetwork getInstance()
 {
     if (instance == null)
     {
         instance = new MyGameNetwork();
     }
     return(instance);
 }
Exemplo n.º 2
0
 public static Packet getNewPacket()
 {
     return(MyGameNetwork.getInstance().getPoolPacket());
 }