mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交新概念 Tile从服务器
This commit is contained in:
@@ -22,13 +22,14 @@ public static partial class GActionMessageReflection {
|
||||
static GActionMessageReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChRHQWN0aW9uTWVzc2FnZS5wcm90byIkChBSQ2xpZW50SURNZXNzYWdlEhAK",
|
||||
"CGNsaWVudElkGAEgASgFQhYKFGNuLmppc29sLm5nYW1lLnByb3RvYgZwcm90",
|
||||
"bzM="));
|
||||
"ChRHQWN0aW9uTWVzc2FnZS5wcm90byIhCg1HQmluZENsaWVudElEEhAKCGNs",
|
||||
"aWVudElkGAEgASgFIh8KD0dCaW5kQ2xpZW50Um9sZRIMCgRyb2xlGAEgASgF",
|
||||
"QhYKFGNuLmppc29sLm5nYW1lLnByb3RvYgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::RClientIDMessage), global::RClientIDMessage.Parser, new[]{ "ClientId" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::GBindClientID), global::GBindClientID.Parser, new[]{ "ClientId" }, null, null, null, null),
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::GBindClientRole), global::GBindClientRole.Parser, new[]{ "Role" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -36,18 +37,18 @@ public static partial class GActionMessageReflection {
|
||||
}
|
||||
#region Messages
|
||||
/// <summary>
|
||||
///返回Id
|
||||
///绑定客户端Id
|
||||
/// </summary>
|
||||
public sealed partial class RClientIDMessage : pb::IMessage<RClientIDMessage>
|
||||
public sealed partial class GBindClientID : pb::IMessage<GBindClientID>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<RClientIDMessage> _parser = new pb::MessageParser<RClientIDMessage>(() => new RClientIDMessage());
|
||||
private static readonly pb::MessageParser<GBindClientID> _parser = new pb::MessageParser<GBindClientID>(() => new GBindClientID());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<RClientIDMessage> Parser { get { return _parser; } }
|
||||
public static pb::MessageParser<GBindClientID> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -63,7 +64,7 @@ public sealed partial class RClientIDMessage : pb::IMessage<RClientIDMessage>
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public RClientIDMessage() {
|
||||
public GBindClientID() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
@@ -71,15 +72,15 @@ public sealed partial class RClientIDMessage : pb::IMessage<RClientIDMessage>
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public RClientIDMessage(RClientIDMessage other) : this() {
|
||||
public GBindClientID(GBindClientID other) : this() {
|
||||
clientId_ = other.clientId_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public RClientIDMessage Clone() {
|
||||
return new RClientIDMessage(this);
|
||||
public GBindClientID Clone() {
|
||||
return new GBindClientID(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "clientId" field.</summary>
|
||||
@@ -100,12 +101,12 @@ public sealed partial class RClientIDMessage : pb::IMessage<RClientIDMessage>
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as RClientIDMessage);
|
||||
return Equals(other as GBindClientID);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(RClientIDMessage other) {
|
||||
public bool Equals(GBindClientID other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
@@ -178,7 +179,7 @@ public sealed partial class RClientIDMessage : pb::IMessage<RClientIDMessage>
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(RClientIDMessage other) {
|
||||
public void MergeFrom(GBindClientID other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
@@ -230,6 +231,201 @@ public sealed partial class RClientIDMessage : pb::IMessage<RClientIDMessage>
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///绑定客户端角色
|
||||
/// </summary>
|
||||
public sealed partial class GBindClientRole : pb::IMessage<GBindClientRole>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<GBindClientRole> _parser = new pb::MessageParser<GBindClientRole>(() => new GBindClientRole());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<GBindClientRole> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::GActionMessageReflection.Descriptor.MessageTypes[1]; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
||||
get { return Descriptor; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public GBindClientRole() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public GBindClientRole(GBindClientRole other) : this() {
|
||||
role_ = other.role_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public GBindClientRole Clone() {
|
||||
return new GBindClientRole(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "role" field.</summary>
|
||||
public const int RoleFieldNumber = 1;
|
||||
private int role_;
|
||||
/// <summary>
|
||||
///角色
|
||||
/// </summary>
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int Role {
|
||||
get { return role_; }
|
||||
set {
|
||||
role_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as GBindClientRole);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(GBindClientRole other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Role != other.Role) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (Role != 0) hash ^= Role.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override string ToString() {
|
||||
return pb::JsonFormatter.ToDiagnosticString(this);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void WriteTo(pb::CodedOutputStream output) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (Role != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteInt32(Role);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (Role != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteInt32(Role);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int CalculateSize() {
|
||||
int size = 0;
|
||||
if (Role != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Role);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(GBindClientRole other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Role != 0) {
|
||||
Role = other.Role;
|
||||
}
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(pb::CodedInputStream input) {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
input.ReadRawMessage(this);
|
||||
#else
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
Role = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
||||
uint tag;
|
||||
while ((tag = input.ReadTag()) != 0) {
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
Role = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
@@ -2,9 +2,16 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "cn.jisol.ngame.proto";
|
||||
|
||||
//返回Id
|
||||
message RClientIDMessage{
|
||||
//绑定客户端Id
|
||||
message GBindClientID{
|
||||
int32 clientId = 1; //输入的Id
|
||||
}
|
||||
|
||||
//绑定客户端角色
|
||||
message GBindClientRole{
|
||||
int32 role = 1; //角色 0.玩家 1.从服务器
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user