示例#1
0
 public void Send(UOExt.Network.Packet p)
 {
     p.Send(this);
 }
示例#2
0
文件: Peer.cs 项目: WildGenie/uo-ext
        // ================================================================

        #region IClientPeer
        public void Send(Packet p)
        {
            p.Send(this);
        }