コード例 #1
0
ファイル: NetStateAdapter.cs プロジェクト: WildGenie/uo-ext
 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);
        }