コード例 #1
0
 public MmoInitialOperationHandler(MmoPeer peer)
 {
     this.peer = peer;
 }
コード例 #2
0
 public MmoInitialOperationHandler(MmoPeer peer)
 {
     this.peer = peer;
 }
コード例 #3
0
 /// <summary>
 /// Send event RadarUpdate for all registered Items to the peer.
 /// </summary>
 public void SendContentToPeer(MmoPeer peer)
 {
     this.actionQueue.EnqueueAction(() => this.PublishAll(peer));
 }
コード例 #4
0
 /// <summary>
 /// Send event <see cref="RadarUpdate"/> for all registered <see cref="Item">Items</see> to the peer.
 /// </summary>
 /// <param name="peer">
 /// The client peer.
 /// </param>
 public void SendContentToPeer(MmoPeer peer)
 {
     this.actionQueue.EnqueueAction(() => this.PublishAll(peer));
 }