// Generated by the protocol buffer compiler. DO NOT EDIT! // source: OuterMessage.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using scg = global::System.Collections.Generic; namespace ETModel { #region Messages public partial class Actor_Test : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (Actor_Test)MessagePool.Instance.Fetch(typeof(Actor_Test))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } private long actorId_; public long ActorId { get { return actorId_; } set { actorId_ = value; } } private string info_ = ""; public string Info { get { return info_; } set { info_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } public void WriteTo(pb::CodedOutputStream output) { if (Info.Length != 0) { output.WriteRawTag(10); output.WriteString(Info); } if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } if (ActorId != 0L) { output.WriteRawTag(232, 5); output.WriteInt64(ActorId); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } if (ActorId != 0L) { size += 2 + pb::CodedOutputStream.ComputeInt64Size(ActorId); } if (Info.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Info); } return size; } public void MergeFrom(pb::CodedInputStream input) { info_ = ""; rpcId_ = 0; actorId_ = 0; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 10: { Info = input.ReadString(); break; } case 720: { RpcId = input.ReadInt32(); break; } case 744: { ActorId = input.ReadInt64(); break; } } } } } public partial class Actor_TestRequest : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (Actor_TestRequest)MessagePool.Instance.Fetch(typeof(Actor_TestRequest))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } private long actorId_; public long ActorId { get { return actorId_; } set { actorId_ = value; } } private string request_ = ""; public string Request { get { return request_; } set { request_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } public void WriteTo(pb::CodedOutputStream output) { if (Request.Length != 0) { output.WriteRawTag(10); output.WriteString(Request); } if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } if (ActorId != 0L) { output.WriteRawTag(232, 5); output.WriteInt64(ActorId); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } if (ActorId != 0L) { size += 2 + pb::CodedOutputStream.ComputeInt64Size(ActorId); } if (Request.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Request); } return size; } public void MergeFrom(pb::CodedInputStream input) { request_ = ""; rpcId_ = 0; actorId_ = 0; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 10: { Request = input.ReadString(); break; } case 720: { RpcId = input.ReadInt32(); break; } case 744: { ActorId = input.ReadInt64(); break; } } } } } public partial class Actor_TestResponse : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (Actor_TestResponse)MessagePool.Instance.Fetch(typeof(Actor_TestResponse))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } private int error_; public int Error { get { return error_; } set { error_ = value; } } private string message_ = ""; public string Message { get { return message_; } set { message_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } private string response_ = ""; public string Response { get { return response_; } set { response_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } public void WriteTo(pb::CodedOutputStream output) { if (Response.Length != 0) { output.WriteRawTag(10); output.WriteString(Response); } if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } if (Error != 0) { output.WriteRawTag(216, 5); output.WriteInt32(Error); } if (Message.Length != 0) { output.WriteRawTag(226, 5); output.WriteString(Message); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } if (Error != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(Error); } if (Message.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(Message); } if (Response.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Response); } return size; } public void MergeFrom(pb::CodedInputStream input) { response_ = ""; rpcId_ = 0; error_ = 0; message_ = ""; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 10: { Response = input.ReadString(); break; } case 720: { RpcId = input.ReadInt32(); break; } case 728: { Error = input.ReadInt32(); break; } case 738: { Message = input.ReadString(); break; } } } } } public partial class Actor_TransferRequest : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (Actor_TransferRequest)MessagePool.Instance.Fetch(typeof(Actor_TransferRequest))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } private long actorId_; public long ActorId { get { return actorId_; } set { actorId_ = value; } } private int mapIndex_; public int MapIndex { get { return mapIndex_; } set { mapIndex_ = value; } } public void WriteTo(pb::CodedOutputStream output) { if (MapIndex != 0) { output.WriteRawTag(8); output.WriteInt32(MapIndex); } if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } if (ActorId != 0L) { output.WriteRawTag(232, 5); output.WriteInt64(ActorId); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } if (ActorId != 0L) { size += 2 + pb::CodedOutputStream.ComputeInt64Size(ActorId); } if (MapIndex != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(MapIndex); } return size; } public void MergeFrom(pb::CodedInputStream input) { mapIndex_ = 0; rpcId_ = 0; actorId_ = 0; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 8: { MapIndex = input.ReadInt32(); break; } case 720: { RpcId = input.ReadInt32(); break; } case 744: { ActorId = input.ReadInt64(); break; } } } } } public partial class Actor_TransferResponse : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (Actor_TransferResponse)MessagePool.Instance.Fetch(typeof(Actor_TransferResponse))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } private int error_; public int Error { get { return error_; } set { error_ = value; } } private string message_ = ""; public string Message { get { return message_; } set { message_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } public void WriteTo(pb::CodedOutputStream output) { if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } if (Error != 0) { output.WriteRawTag(216, 5); output.WriteInt32(Error); } if (Message.Length != 0) { output.WriteRawTag(226, 5); output.WriteString(Message); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } if (Error != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(Error); } if (Message.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(Message); } return size; } public void MergeFrom(pb::CodedInputStream input) { rpcId_ = 0; error_ = 0; message_ = ""; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 720: { RpcId = input.ReadInt32(); break; } case 728: { Error = input.ReadInt32(); break; } case 738: { Message = input.ReadString(); break; } } } } } public partial class C2G_EnterMap : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (C2G_EnterMap)MessagePool.Instance.Fetch(typeof(C2G_EnterMap))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } public void WriteTo(pb::CodedOutputStream output) { if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } return size; } public void MergeFrom(pb::CodedInputStream input) { rpcId_ = 0; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 720: { RpcId = input.ReadInt32(); break; } } } } } public partial class G2C_EnterMap : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (G2C_EnterMap)MessagePool.Instance.Fetch(typeof(G2C_EnterMap))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } private int error_; public int Error { get { return error_; } set { error_ = value; } } private string message_ = ""; public string Message { get { return message_; } set { message_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } private long unitId_; public long UnitId { get { return unitId_; } set { unitId_ = value; } } private int count_; public int Count { get { return count_; } set { count_ = value; } } public void WriteTo(pb::CodedOutputStream output) { if (UnitId != 0L) { output.WriteRawTag(8); output.WriteInt64(UnitId); } if (Count != 0) { output.WriteRawTag(16); output.WriteInt32(Count); } if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } if (Error != 0) { output.WriteRawTag(216, 5); output.WriteInt32(Error); } if (Message.Length != 0) { output.WriteRawTag(226, 5); output.WriteString(Message); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } if (Error != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(Error); } if (Message.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(Message); } if (UnitId != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(UnitId); } if (Count != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); } return size; } public void MergeFrom(pb::CodedInputStream input) { unitId_ = 0; count_ = 0; rpcId_ = 0; error_ = 0; message_ = ""; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 8: { UnitId = input.ReadInt64(); break; } case 16: { Count = input.ReadInt32(); break; } case 720: { RpcId = input.ReadInt32(); break; } case 728: { Error = input.ReadInt32(); break; } case 738: { Message = input.ReadString(); break; } } } } } public partial class UnitInfo : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (UnitInfo)MessagePool.Instance.Fetch(typeof(UnitInfo))); public static pb::MessageParser Parser { get { return _parser; } } private long unitId_; public long UnitId { get { return unitId_; } set { unitId_ = value; } } private int x_; public int X { get { return x_; } set { x_ = value; } } private int z_; public int Z { get { return z_; } set { z_ = value; } } public void WriteTo(pb::CodedOutputStream output) { if (UnitId != 0L) { output.WriteRawTag(8); output.WriteInt64(UnitId); } if (X != 0) { output.WriteRawTag(16); output.WriteInt32(X); } if (Z != 0) { output.WriteRawTag(24); output.WriteInt32(Z); } } public int CalculateSize() { int size = 0; if (UnitId != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(UnitId); } if (X != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(X); } if (Z != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Z); } return size; } public void MergeFrom(pb::CodedInputStream input) { unitId_ = 0; x_ = 0; z_ = 0; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 8: { UnitId = input.ReadInt64(); break; } case 16: { X = input.ReadInt32(); break; } case 24: { Z = input.ReadInt32(); break; } } } } } public partial class Actor_CreateUnits : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (Actor_CreateUnits)MessagePool.Instance.Fetch(typeof(Actor_CreateUnits))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } private long actorId_; public long ActorId { get { return actorId_; } set { actorId_ = value; } } private static readonly pb::FieldCodec _repeated_units_codec = pb::FieldCodec.ForMessage(10, global::ETModel.UnitInfo.Parser); private pbc::RepeatedField units_ = new pbc::RepeatedField(); public pbc::RepeatedField Units { get { return units_; } set { units_ = value; } } public void WriteTo(pb::CodedOutputStream output) { units_.WriteTo(output, _repeated_units_codec); if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } if (ActorId != 0L) { output.WriteRawTag(232, 5); output.WriteInt64(ActorId); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } if (ActorId != 0L) { size += 2 + pb::CodedOutputStream.ComputeInt64Size(ActorId); } size += units_.CalculateSize(_repeated_units_codec); return size; } public void MergeFrom(pb::CodedInputStream input) { if (typeof(global::ETModel.UnitInfo).IsClass) { for (int i = 0; i < units_.Count; i++) { MessagePool.Instance.Recycle(units_[i]); } } units_.Clear(); rpcId_ = 0; actorId_ = 0; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 10: { units_.AddEntriesFrom(input, _repeated_units_codec); break; } case 720: { RpcId = input.ReadInt32(); break; } case 744: { ActorId = input.ReadInt64(); break; } } } } } public partial class Frame_ClickMap : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (Frame_ClickMap)MessagePool.Instance.Fetch(typeof(Frame_ClickMap))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } private long id_; public long Id { get { return id_; } set { id_ = value; } } private int x_; public int X { get { return x_; } set { x_ = value; } } private int z_; public int Z { get { return z_; } set { z_ = value; } } public void WriteTo(pb::CodedOutputStream output) { if (X != 0) { output.WriteRawTag(8); output.WriteInt32(X); } if (Z != 0) { output.WriteRawTag(16); output.WriteInt32(Z); } if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } if (Id != 0L) { output.WriteRawTag(240, 5); output.WriteInt64(Id); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } if (Id != 0L) { size += 2 + pb::CodedOutputStream.ComputeInt64Size(Id); } if (X != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(X); } if (Z != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(Z); } return size; } public void MergeFrom(pb::CodedInputStream input) { x_ = 0; z_ = 0; rpcId_ = 0; id_ = 0; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 8: { X = input.ReadInt32(); break; } case 16: { Z = input.ReadInt32(); break; } case 720: { RpcId = input.ReadInt32(); break; } case 752: { Id = input.ReadInt64(); break; } } } } } public partial class C2R_Ping : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (C2R_Ping)MessagePool.Instance.Fetch(typeof(C2R_Ping))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } public void WriteTo(pb::CodedOutputStream output) { if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } return size; } public void MergeFrom(pb::CodedInputStream input) { rpcId_ = 0; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 720: { RpcId = input.ReadInt32(); break; } } } } } public partial class R2C_Ping : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (R2C_Ping)MessagePool.Instance.Fetch(typeof(R2C_Ping))); public static pb::MessageParser Parser { get { return _parser; } } private int rpcId_; public int RpcId { get { return rpcId_; } set { rpcId_ = value; } } private int error_; public int Error { get { return error_; } set { error_ = value; } } private string message_ = ""; public string Message { get { return message_; } set { message_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } public void WriteTo(pb::CodedOutputStream output) { if (RpcId != 0) { output.WriteRawTag(208, 5); output.WriteInt32(RpcId); } if (Error != 0) { output.WriteRawTag(216, 5); output.WriteInt32(Error); } if (Message.Length != 0) { output.WriteRawTag(226, 5); output.WriteString(Message); } } public int CalculateSize() { int size = 0; if (RpcId != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(RpcId); } if (Error != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(Error); } if (Message.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(Message); } return size; } public void MergeFrom(pb::CodedInputStream input) { rpcId_ = 0; error_ = 0; message_ = ""; uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; case 720: { RpcId = input.ReadInt32(); break; } case 728: { Error = input.ReadInt32(); break; } case 738: { Message = input.ReadString(); break; } } } } } public partial class G2C_Test : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => (G2C_Test)MessagePool.Instance.Fetch(typeof(G2C_Test))); public static pb::MessageParser Parser { get { return _parser; } } public void WriteTo(pb::CodedOutputStream output) { } public int CalculateSize() { int size = 0; return size; } public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: input.SkipLastField(); break; } } } } #endregion } #endregion Designer generated code