コード例 #1
0
ファイル: FollowersNotifyImpl.cs プロジェクト: fry/d3
		public override void NotifyFollowerRemoved(Google.ProtocolBuffers.IRpcController controller, FollowerNotification request, Action<bnet.protocol.NO_RESPONSE> done) {
			throw new NotImplementedException();
		}
コード例 #2
0
ファイル: FollowersNotifyImpl.cs プロジェクト: yuyufeng/d3
 public override void NotifyFollowerRemoved(Google.ProtocolBuffers.IRpcController controller, FollowerNotification request, Action <bnet.protocol.NO_RESPONSE> done)
 {
     throw new NotImplementedException();
 }