예제 #1
0
 void IListener.Call(params object[] args)
 {
     socket.OnPacket(args.Length > 0 ? (Packet)args[0] : null);
 }