tmp
This commit is contained in:
parent
a88b22b177
commit
263bb3e3af
10 changed files with 374 additions and 117 deletions
35
python_client/Protocol_pb2.py
Normal file
35
python_client/Protocol_pb2.py
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: Protocol.proto
|
||||
"""Generated protocol buffer code."""
|
||||
from google.protobuf.internal import builder as _builder
|
||||
from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import descriptor_pool as _descriptor_pool
|
||||
from google.protobuf import symbol_database as _symbol_database
|
||||
# @@protoc_insertion_point(imports)
|
||||
|
||||
_sym_db = _symbol_database.Default()
|
||||
|
||||
|
||||
|
||||
|
||||
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0eProtocol.proto\x12\x08Protocol\"\x1c\n\x08\x43S_Login\x12\x10\n\x08nickname\x18\x01 \x01(\t\"!\n\x0eSC_LoginResult\x12\x0f\n\x07success\x18\x01 \x01(\x08\"O\n\x10SC_UpgradeResult\x12\x0e\n\x06result\x18\x01 \x01(\r\x12\x15\n\rcurrent_level\x18\x02 \x01(\r\x12\x14\n\x0c\x63urrent_gold\x18\x03 \x01(\x04\"8\n\rSC_SellResult\x12\x13\n\x0b\x65\x61rned_gold\x18\x01 \x01(\x04\x12\x12\n\ntotal_gold\x18\x02 \x01(\x04\"/\n\x0cRankingEntry\x12\x10\n\x08nickname\x18\x01 \x01(\t\x12\r\n\x05level\x18\x02 \x01(\r\"9\n\x0eSC_RankingList\x12\'\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\x16.Protocol.RankingEntryb\x06proto3')
|
||||
|
||||
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
||||
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Protocol_pb2', globals())
|
||||
if _descriptor._USE_C_DESCRIPTORS == False:
|
||||
|
||||
DESCRIPTOR._options = None
|
||||
_CS_LOGIN._serialized_start=28
|
||||
_CS_LOGIN._serialized_end=56
|
||||
_SC_LOGINRESULT._serialized_start=58
|
||||
_SC_LOGINRESULT._serialized_end=91
|
||||
_SC_UPGRADERESULT._serialized_start=93
|
||||
_SC_UPGRADERESULT._serialized_end=172
|
||||
_SC_SELLRESULT._serialized_start=174
|
||||
_SC_SELLRESULT._serialized_end=230
|
||||
_RANKINGENTRY._serialized_start=232
|
||||
_RANKINGENTRY._serialized_end=279
|
||||
_SC_RANKINGLIST._serialized_start=281
|
||||
_SC_RANKINGLIST._serialized_end=338
|
||||
# @@protoc_insertion_point(module_scope)
|
||||
Loading…
Add table
Add a link
Reference in a new issue