MultiDup.cs 146 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: pb/MultiDup.proto
  3. #pragma warning disable 1591, 0612, 3021
  4. #region Designer generated code
  5. using pb = global::Google.Protobuf;
  6. using pbc = global::Google.Protobuf.Collections;
  7. using pbr = global::Google.Protobuf.Reflection;
  8. using scg = global::System.Collections.Generic;
  9. namespace MultiDup {
  10. /// <summary>Holder for reflection information generated from pb/MultiDup.proto</summary>
  11. public static partial class MultiDupReflection {
  12. #region Descriptor
  13. /// <summary>File descriptor for pb/MultiDup.proto</summary>
  14. public static pbr::FileDescriptor Descriptor {
  15. get { return descriptor; }
  16. }
  17. private static pbr::FileDescriptor descriptor;
  18. static MultiDupReflection() {
  19. byte[] descriptorData = global::System.Convert.FromBase64String(
  20. string.Concat(
  21. "ChFwYi9NdWx0aUR1cC5wcm90bxIITXVsdGlEdXAiLwoQQ1NfTURfRW50ZXJM",
  22. "b2JieRIOCgZab25laWQYASABKAUSCwoDVWlkGAIgASgJIj4KEENTX01EX0Ny",
  23. "ZWF0ZVJvb20SDgoGWm9uZWlkGAEgASgFEgsKA1VpZBgCIAEoCRINCgVNYXBp",
  24. "ZBgDIAEoBSIwChFDU19NRF9HZXRSb29tTGlzdBIOCgZab25laWQYASABKAUS",
  25. "CwoDVWlkGAIgASgJIj4KD0NTX01EX0VudGVyUm9vbRIOCgZab25laWQYASAB",
  26. "KAUSCwoDVWlkGAIgASgJEg4KBlJvb21JZBgDIAEoBSIuCg9DU19NRF9MZWF2",
  27. "ZVJvb20SDgoGWm9uZWlkGAEgASgFEgsKA1VpZBgCIAEoCSItCg5DU19NRF9C",
  28. "ZWdpbkR1cBIOCgZab25laWQYASABKAUSCwoDVWlkGAIgASgJIjcKC0NTX0JU",
  29. "X0xvZ2luEg4KBlpvbmVpZBgBIAEoBRILCgNVaWQYAiABKAkSCwoDTXNnGAMg",
  30. "ASgJIi8KEENTX0JUX1Blb3BsZUxpc3QSDgoGWm9uZWlkGAEgASgFEgsKA1Vp",
  31. "ZBgCIAEoCSJWCgxDU19CVF9TdGF0dXMSDgoGWm9uZWlkGAEgASgFEhEKCVNl",
  32. "bmRlclVpZBgCIAEoCRIUCgxQcm9wZXJ0eU5hbWUYAyABKAkSDQoFVmFsdWUY",
  33. "BCABKAkiVAoOQ1NfQlRfUG9zaXRpb24SDgoGWm9uZWlkGAEgASgFEhEKCVNl",
  34. "bmRlclVpZBgCIAEoCRIJCgFYGAMgASgCEgkKAVkYBCABKAISCQoBWhgFIAEo",
  35. "AiJBCg9DU19CVF9Ccm9hZENhc3QSDgoGWm9uZWlkGAEgASgFEhEKCVNlbmRl",
  36. "clVpZBgCIAEoCRILCgNNc2cYAyABKAkiPAoKQ1NfQlRfT3ZlchIOCgZab25l",
  37. "aWQYASABKAUSEQoJU2VuZGVyVWlkGAIgASgJEgsKA01zZxgDIAEoCSISChBT",
  38. "Q19NRF9FbnRlckxvYmJ5Ik4KEFNDX01EX0NyZWF0ZVJvb20SDgoGWm9uZWlk",
  39. "GAEgASgFEgsKA1VpZBgCIAEoCRINCgVNYXBpZBgDIAEoBRIOCgZSb29tSWQY",
  40. "BCABKAUiuwEKEVNDX01EX0dldFJvb21MaXN0EjcKCVJvb21JbmZvcxgBIAMo",
  41. "CzIkLk11bHRpRHVwLlNDX01EX0dldFJvb21MaXN0LlJvb21JbmZvGm0KCFJv",
  42. "b21JbmZvEg4KBlJvb21JZBgBIAEoBRINCgVNYXBpZBgCIAEoBRISCgpQbGF5",
  43. "ZXJVaWRzGAMgAygJEhQKDEJhdHRsZXNlcnZlchgEIAEoCRIYChBCYXR0bGVT",
  44. "ZXJ2ZXJQb3J0GAUgASgFImsKD1NDX01EX0VudGVyUm9vbRIOCgZab25laWQY",
  45. "ASABKAUSCwoDVWlkGAIgASgJEg0KBU1hcGlkGAMgASgFEgoKAklwGAQgASgJ",
  46. "EgwKBFBvcnQYBSABKAUSEgoKUGxheWVyVWlkcxgGIAMoCSIuCg9TQ19NRF9M",
  47. "ZWF2ZVJvb20SDgoGWm9uZWlkGAEgASgFEgsKA1VpZBgCIAEoCSJPCg5TQ19N",
  48. "RF9CZWdpbkR1cBIUCgxCYXR0bGVzZXJ2ZXIYASABKAkSGAoQQmF0dGxlU2Vy",
  49. "dmVyUG9ydBgCIAEoBRINCgVNYXBpZBgDIAEoBSI3CgtTQ19CVF9Mb2dpbhIO",
  50. "CgZab25laWQYASABKAUSCwoDVWlkGAIgASgJEgsKA01zZxgDIAEoCSJIChBT",
  51. "Q19CVF9QZW9wbGVMaXN0Eg4KBlpvbmVpZBgBIAEoBRIQCghOZXdlclVpZBgC",
  52. "IAEoCRISCgpQbGF5ZXJVaWRzGAMgAygJIlYKDFNDX0JUX1N0YXR1cxIOCgZa",
  53. "b25laWQYASABKAUSEQoJU2VuZGVyVWlkGAIgASgJEhQKDFByb3BlcnR5TmFt",
  54. "ZRgDIAEoCRINCgVWYWx1ZRgEIAEoCSJUCg5TQ19CVF9Qb3NpdGlvbhIOCgZa",
  55. "b25laWQYASABKAUSEQoJU2VuZGVyVWlkGAIgASgJEgkKAVgYAyABKAISCQoB",
  56. "WRgEIAEoAhIJCgFaGAUgASgCIkEKD1NDX0JUX0Jyb2FkQ2FzdBIOCgZab25l",
  57. "aWQYASABKAUSEQoJU2VuZGVyVWlkGAIgASgJEgsKA01zZxgDIAEoCSI8CgpT",
  58. "Q19CVF9PdmVyEg4KBlpvbmVpZBgBIAEoBRIRCglTZW5kZXJVaWQYAiABKAkS",
  59. "CwoDTXNnGAMgASgJIjsKFVNTX0NyZWF0ZUJhdHRsZVNlcnZlchIOCgZSb29t",
  60. "SWQYASABKAUSEgoKUGxheWVyVWlkcxgCIAMoCSIZChdTU19DcmVhdGVCYXR0",
  61. "bGVTZXJ2ZXJPS0INWgtwYi9NdWx0aUR1cGIGcHJvdG8z"));
  62. descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
  63. new pbr::FileDescriptor[] { },
  64. new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
  65. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_MD_EnterLobby), global::MultiDup.CS_MD_EnterLobby.Parser, new[]{ "Zoneid", "Uid" }, null, null, null),
  66. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_MD_CreateRoom), global::MultiDup.CS_MD_CreateRoom.Parser, new[]{ "Zoneid", "Uid", "Mapid" }, null, null, null),
  67. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_MD_GetRoomList), global::MultiDup.CS_MD_GetRoomList.Parser, new[]{ "Zoneid", "Uid" }, null, null, null),
  68. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_MD_EnterRoom), global::MultiDup.CS_MD_EnterRoom.Parser, new[]{ "Zoneid", "Uid", "RoomId" }, null, null, null),
  69. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_MD_LeaveRoom), global::MultiDup.CS_MD_LeaveRoom.Parser, new[]{ "Zoneid", "Uid" }, null, null, null),
  70. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_MD_BeginDup), global::MultiDup.CS_MD_BeginDup.Parser, new[]{ "Zoneid", "Uid" }, null, null, null),
  71. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_BT_Login), global::MultiDup.CS_BT_Login.Parser, new[]{ "Zoneid", "Uid", "Msg" }, null, null, null),
  72. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_BT_PeopleList), global::MultiDup.CS_BT_PeopleList.Parser, new[]{ "Zoneid", "Uid" }, null, null, null),
  73. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_BT_Status), global::MultiDup.CS_BT_Status.Parser, new[]{ "Zoneid", "SenderUid", "PropertyName", "Value" }, null, null, null),
  74. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_BT_Position), global::MultiDup.CS_BT_Position.Parser, new[]{ "Zoneid", "SenderUid", "X", "Y", "Z" }, null, null, null),
  75. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_BT_BroadCast), global::MultiDup.CS_BT_BroadCast.Parser, new[]{ "Zoneid", "SenderUid", "Msg" }, null, null, null),
  76. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.CS_BT_Over), global::MultiDup.CS_BT_Over.Parser, new[]{ "Zoneid", "SenderUid", "Msg" }, null, null, null),
  77. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_MD_EnterLobby), global::MultiDup.SC_MD_EnterLobby.Parser, null, null, null, null),
  78. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_MD_CreateRoom), global::MultiDup.SC_MD_CreateRoom.Parser, new[]{ "Zoneid", "Uid", "Mapid", "RoomId" }, null, null, null),
  79. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_MD_GetRoomList), global::MultiDup.SC_MD_GetRoomList.Parser, new[]{ "RoomInfos" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_MD_GetRoomList.Types.RoomInfo), global::MultiDup.SC_MD_GetRoomList.Types.RoomInfo.Parser, new[]{ "RoomId", "Mapid", "PlayerUids", "Battleserver", "BattleServerPort" }, null, null, null)}),
  80. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_MD_EnterRoom), global::MultiDup.SC_MD_EnterRoom.Parser, new[]{ "Zoneid", "Uid", "Mapid", "Ip", "Port", "PlayerUids" }, null, null, null),
  81. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_MD_LeaveRoom), global::MultiDup.SC_MD_LeaveRoom.Parser, new[]{ "Zoneid", "Uid" }, null, null, null),
  82. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_MD_BeginDup), global::MultiDup.SC_MD_BeginDup.Parser, new[]{ "Battleserver", "BattleServerPort", "Mapid" }, null, null, null),
  83. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_BT_Login), global::MultiDup.SC_BT_Login.Parser, new[]{ "Zoneid", "Uid", "Msg" }, null, null, null),
  84. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_BT_PeopleList), global::MultiDup.SC_BT_PeopleList.Parser, new[]{ "Zoneid", "NewerUid", "PlayerUids" }, null, null, null),
  85. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_BT_Status), global::MultiDup.SC_BT_Status.Parser, new[]{ "Zoneid", "SenderUid", "PropertyName", "Value" }, null, null, null),
  86. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_BT_Position), global::MultiDup.SC_BT_Position.Parser, new[]{ "Zoneid", "SenderUid", "X", "Y", "Z" }, null, null, null),
  87. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_BT_BroadCast), global::MultiDup.SC_BT_BroadCast.Parser, new[]{ "Zoneid", "SenderUid", "Msg" }, null, null, null),
  88. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SC_BT_Over), global::MultiDup.SC_BT_Over.Parser, new[]{ "Zoneid", "SenderUid", "Msg" }, null, null, null),
  89. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SS_CreateBattleServer), global::MultiDup.SS_CreateBattleServer.Parser, new[]{ "RoomId", "PlayerUids" }, null, null, null),
  90. new pbr::GeneratedClrTypeInfo(typeof(global::MultiDup.SS_CreateBattleServerOK), global::MultiDup.SS_CreateBattleServerOK.Parser, null, null, null, null)
  91. }));
  92. }
  93. #endregion
  94. }
  95. #region Messages
  96. /// <summary>
  97. ///
  98. /// 进入大厅(注册下自己的uid)
  99. /// </summary>
  100. public sealed partial class CS_MD_EnterLobby : pb::IMessage<CS_MD_EnterLobby> {
  101. private static readonly pb::MessageParser<CS_MD_EnterLobby> _parser = new pb::MessageParser<CS_MD_EnterLobby>(() => new CS_MD_EnterLobby());
  102. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  103. public static pb::MessageParser<CS_MD_EnterLobby> Parser { get { return _parser; } }
  104. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  105. public static pbr::MessageDescriptor Descriptor {
  106. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[0]; }
  107. }
  108. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  109. pbr::MessageDescriptor pb::IMessage.Descriptor {
  110. get { return Descriptor; }
  111. }
  112. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  113. public CS_MD_EnterLobby() {
  114. OnConstruction();
  115. }
  116. partial void OnConstruction();
  117. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  118. public CS_MD_EnterLobby(CS_MD_EnterLobby other) : this() {
  119. zoneid_ = other.zoneid_;
  120. uid_ = other.uid_;
  121. }
  122. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  123. public CS_MD_EnterLobby Clone() {
  124. return new CS_MD_EnterLobby(this);
  125. }
  126. /// <summary>Field number for the "Zoneid" field.</summary>
  127. public const int ZoneidFieldNumber = 1;
  128. private int zoneid_;
  129. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  130. public int Zoneid {
  131. get { return zoneid_; }
  132. set {
  133. zoneid_ = value;
  134. }
  135. }
  136. /// <summary>Field number for the "Uid" field.</summary>
  137. public const int UidFieldNumber = 2;
  138. private string uid_ = "";
  139. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  140. public string Uid {
  141. get { return uid_; }
  142. set {
  143. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  144. }
  145. }
  146. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  147. public override bool Equals(object other) {
  148. return Equals(other as CS_MD_EnterLobby);
  149. }
  150. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  151. public bool Equals(CS_MD_EnterLobby other) {
  152. if (ReferenceEquals(other, null)) {
  153. return false;
  154. }
  155. if (ReferenceEquals(other, this)) {
  156. return true;
  157. }
  158. if (Zoneid != other.Zoneid) return false;
  159. if (Uid != other.Uid) return false;
  160. return true;
  161. }
  162. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  163. public override int GetHashCode() {
  164. int hash = 1;
  165. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  166. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  167. return hash;
  168. }
  169. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  170. public override string ToString() {
  171. return pb::JsonFormatter.ToDiagnosticString(this);
  172. }
  173. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  174. public void WriteTo(pb::CodedOutputStream output) {
  175. if (Zoneid != 0) {
  176. output.WriteRawTag(8);
  177. output.WriteInt32(Zoneid);
  178. }
  179. if (Uid.Length != 0) {
  180. output.WriteRawTag(18);
  181. output.WriteString(Uid);
  182. }
  183. }
  184. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  185. public int CalculateSize() {
  186. int size = 0;
  187. if (Zoneid != 0) {
  188. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  189. }
  190. if (Uid.Length != 0) {
  191. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  192. }
  193. return size;
  194. }
  195. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  196. public void MergeFrom(CS_MD_EnterLobby other) {
  197. if (other == null) {
  198. return;
  199. }
  200. if (other.Zoneid != 0) {
  201. Zoneid = other.Zoneid;
  202. }
  203. if (other.Uid.Length != 0) {
  204. Uid = other.Uid;
  205. }
  206. }
  207. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  208. public void MergeFrom(pb::CodedInputStream input) {
  209. uint tag;
  210. while ((tag = input.ReadTag()) != 0) {
  211. switch(tag) {
  212. default:
  213. input.SkipLastField();
  214. break;
  215. case 8: {
  216. Zoneid = input.ReadInt32();
  217. break;
  218. }
  219. case 18: {
  220. Uid = input.ReadString();
  221. break;
  222. }
  223. }
  224. }
  225. }
  226. }
  227. /// <summary>
  228. /// 多人副本, 创建房间
  229. /// </summary>
  230. public sealed partial class CS_MD_CreateRoom : pb::IMessage<CS_MD_CreateRoom> {
  231. private static readonly pb::MessageParser<CS_MD_CreateRoom> _parser = new pb::MessageParser<CS_MD_CreateRoom>(() => new CS_MD_CreateRoom());
  232. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  233. public static pb::MessageParser<CS_MD_CreateRoom> Parser { get { return _parser; } }
  234. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  235. public static pbr::MessageDescriptor Descriptor {
  236. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[1]; }
  237. }
  238. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  239. pbr::MessageDescriptor pb::IMessage.Descriptor {
  240. get { return Descriptor; }
  241. }
  242. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  243. public CS_MD_CreateRoom() {
  244. OnConstruction();
  245. }
  246. partial void OnConstruction();
  247. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  248. public CS_MD_CreateRoom(CS_MD_CreateRoom other) : this() {
  249. zoneid_ = other.zoneid_;
  250. uid_ = other.uid_;
  251. mapid_ = other.mapid_;
  252. }
  253. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  254. public CS_MD_CreateRoom Clone() {
  255. return new CS_MD_CreateRoom(this);
  256. }
  257. /// <summary>Field number for the "Zoneid" field.</summary>
  258. public const int ZoneidFieldNumber = 1;
  259. private int zoneid_;
  260. /// <summary>
  261. /// zoneid
  262. /// </summary>
  263. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  264. public int Zoneid {
  265. get { return zoneid_; }
  266. set {
  267. zoneid_ = value;
  268. }
  269. }
  270. /// <summary>Field number for the "Uid" field.</summary>
  271. public const int UidFieldNumber = 2;
  272. private string uid_ = "";
  273. /// <summary>
  274. /// 玩家id
  275. /// </summary>
  276. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  277. public string Uid {
  278. get { return uid_; }
  279. set {
  280. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  281. }
  282. }
  283. /// <summary>Field number for the "Mapid" field.</summary>
  284. public const int MapidFieldNumber = 3;
  285. private int mapid_;
  286. /// <summary>
  287. /// 地图id
  288. /// </summary>
  289. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  290. public int Mapid {
  291. get { return mapid_; }
  292. set {
  293. mapid_ = value;
  294. }
  295. }
  296. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  297. public override bool Equals(object other) {
  298. return Equals(other as CS_MD_CreateRoom);
  299. }
  300. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  301. public bool Equals(CS_MD_CreateRoom other) {
  302. if (ReferenceEquals(other, null)) {
  303. return false;
  304. }
  305. if (ReferenceEquals(other, this)) {
  306. return true;
  307. }
  308. if (Zoneid != other.Zoneid) return false;
  309. if (Uid != other.Uid) return false;
  310. if (Mapid != other.Mapid) return false;
  311. return true;
  312. }
  313. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  314. public override int GetHashCode() {
  315. int hash = 1;
  316. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  317. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  318. if (Mapid != 0) hash ^= Mapid.GetHashCode();
  319. return hash;
  320. }
  321. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  322. public override string ToString() {
  323. return pb::JsonFormatter.ToDiagnosticString(this);
  324. }
  325. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  326. public void WriteTo(pb::CodedOutputStream output) {
  327. if (Zoneid != 0) {
  328. output.WriteRawTag(8);
  329. output.WriteInt32(Zoneid);
  330. }
  331. if (Uid.Length != 0) {
  332. output.WriteRawTag(18);
  333. output.WriteString(Uid);
  334. }
  335. if (Mapid != 0) {
  336. output.WriteRawTag(24);
  337. output.WriteInt32(Mapid);
  338. }
  339. }
  340. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  341. public int CalculateSize() {
  342. int size = 0;
  343. if (Zoneid != 0) {
  344. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  345. }
  346. if (Uid.Length != 0) {
  347. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  348. }
  349. if (Mapid != 0) {
  350. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Mapid);
  351. }
  352. return size;
  353. }
  354. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  355. public void MergeFrom(CS_MD_CreateRoom other) {
  356. if (other == null) {
  357. return;
  358. }
  359. if (other.Zoneid != 0) {
  360. Zoneid = other.Zoneid;
  361. }
  362. if (other.Uid.Length != 0) {
  363. Uid = other.Uid;
  364. }
  365. if (other.Mapid != 0) {
  366. Mapid = other.Mapid;
  367. }
  368. }
  369. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  370. public void MergeFrom(pb::CodedInputStream input) {
  371. uint tag;
  372. while ((tag = input.ReadTag()) != 0) {
  373. switch(tag) {
  374. default:
  375. input.SkipLastField();
  376. break;
  377. case 8: {
  378. Zoneid = input.ReadInt32();
  379. break;
  380. }
  381. case 18: {
  382. Uid = input.ReadString();
  383. break;
  384. }
  385. case 24: {
  386. Mapid = input.ReadInt32();
  387. break;
  388. }
  389. }
  390. }
  391. }
  392. }
  393. /// <summary>
  394. /// 多人副本, 申请房间(列表)
  395. /// </summary>
  396. public sealed partial class CS_MD_GetRoomList : pb::IMessage<CS_MD_GetRoomList> {
  397. private static readonly pb::MessageParser<CS_MD_GetRoomList> _parser = new pb::MessageParser<CS_MD_GetRoomList>(() => new CS_MD_GetRoomList());
  398. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  399. public static pb::MessageParser<CS_MD_GetRoomList> Parser { get { return _parser; } }
  400. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  401. public static pbr::MessageDescriptor Descriptor {
  402. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[2]; }
  403. }
  404. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  405. pbr::MessageDescriptor pb::IMessage.Descriptor {
  406. get { return Descriptor; }
  407. }
  408. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  409. public CS_MD_GetRoomList() {
  410. OnConstruction();
  411. }
  412. partial void OnConstruction();
  413. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  414. public CS_MD_GetRoomList(CS_MD_GetRoomList other) : this() {
  415. zoneid_ = other.zoneid_;
  416. uid_ = other.uid_;
  417. }
  418. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  419. public CS_MD_GetRoomList Clone() {
  420. return new CS_MD_GetRoomList(this);
  421. }
  422. /// <summary>Field number for the "Zoneid" field.</summary>
  423. public const int ZoneidFieldNumber = 1;
  424. private int zoneid_;
  425. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  426. public int Zoneid {
  427. get { return zoneid_; }
  428. set {
  429. zoneid_ = value;
  430. }
  431. }
  432. /// <summary>Field number for the "Uid" field.</summary>
  433. public const int UidFieldNumber = 2;
  434. private string uid_ = "";
  435. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  436. public string Uid {
  437. get { return uid_; }
  438. set {
  439. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  440. }
  441. }
  442. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  443. public override bool Equals(object other) {
  444. return Equals(other as CS_MD_GetRoomList);
  445. }
  446. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  447. public bool Equals(CS_MD_GetRoomList other) {
  448. if (ReferenceEquals(other, null)) {
  449. return false;
  450. }
  451. if (ReferenceEquals(other, this)) {
  452. return true;
  453. }
  454. if (Zoneid != other.Zoneid) return false;
  455. if (Uid != other.Uid) return false;
  456. return true;
  457. }
  458. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  459. public override int GetHashCode() {
  460. int hash = 1;
  461. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  462. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  463. return hash;
  464. }
  465. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  466. public override string ToString() {
  467. return pb::JsonFormatter.ToDiagnosticString(this);
  468. }
  469. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  470. public void WriteTo(pb::CodedOutputStream output) {
  471. if (Zoneid != 0) {
  472. output.WriteRawTag(8);
  473. output.WriteInt32(Zoneid);
  474. }
  475. if (Uid.Length != 0) {
  476. output.WriteRawTag(18);
  477. output.WriteString(Uid);
  478. }
  479. }
  480. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  481. public int CalculateSize() {
  482. int size = 0;
  483. if (Zoneid != 0) {
  484. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  485. }
  486. if (Uid.Length != 0) {
  487. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  488. }
  489. return size;
  490. }
  491. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  492. public void MergeFrom(CS_MD_GetRoomList other) {
  493. if (other == null) {
  494. return;
  495. }
  496. if (other.Zoneid != 0) {
  497. Zoneid = other.Zoneid;
  498. }
  499. if (other.Uid.Length != 0) {
  500. Uid = other.Uid;
  501. }
  502. }
  503. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  504. public void MergeFrom(pb::CodedInputStream input) {
  505. uint tag;
  506. while ((tag = input.ReadTag()) != 0) {
  507. switch(tag) {
  508. default:
  509. input.SkipLastField();
  510. break;
  511. case 8: {
  512. Zoneid = input.ReadInt32();
  513. break;
  514. }
  515. case 18: {
  516. Uid = input.ReadString();
  517. break;
  518. }
  519. }
  520. }
  521. }
  522. }
  523. /// <summary>
  524. /// 多人副本, 加入房间
  525. /// </summary>
  526. public sealed partial class CS_MD_EnterRoom : pb::IMessage<CS_MD_EnterRoom> {
  527. private static readonly pb::MessageParser<CS_MD_EnterRoom> _parser = new pb::MessageParser<CS_MD_EnterRoom>(() => new CS_MD_EnterRoom());
  528. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  529. public static pb::MessageParser<CS_MD_EnterRoom> Parser { get { return _parser; } }
  530. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  531. public static pbr::MessageDescriptor Descriptor {
  532. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[3]; }
  533. }
  534. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  535. pbr::MessageDescriptor pb::IMessage.Descriptor {
  536. get { return Descriptor; }
  537. }
  538. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  539. public CS_MD_EnterRoom() {
  540. OnConstruction();
  541. }
  542. partial void OnConstruction();
  543. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  544. public CS_MD_EnterRoom(CS_MD_EnterRoom other) : this() {
  545. zoneid_ = other.zoneid_;
  546. uid_ = other.uid_;
  547. roomId_ = other.roomId_;
  548. }
  549. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  550. public CS_MD_EnterRoom Clone() {
  551. return new CS_MD_EnterRoom(this);
  552. }
  553. /// <summary>Field number for the "Zoneid" field.</summary>
  554. public const int ZoneidFieldNumber = 1;
  555. private int zoneid_;
  556. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  557. public int Zoneid {
  558. get { return zoneid_; }
  559. set {
  560. zoneid_ = value;
  561. }
  562. }
  563. /// <summary>Field number for the "Uid" field.</summary>
  564. public const int UidFieldNumber = 2;
  565. private string uid_ = "";
  566. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  567. public string Uid {
  568. get { return uid_; }
  569. set {
  570. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  571. }
  572. }
  573. /// <summary>Field number for the "RoomId" field.</summary>
  574. public const int RoomIdFieldNumber = 3;
  575. private int roomId_;
  576. /// <summary>
  577. /// 房间id
  578. /// </summary>
  579. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  580. public int RoomId {
  581. get { return roomId_; }
  582. set {
  583. roomId_ = value;
  584. }
  585. }
  586. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  587. public override bool Equals(object other) {
  588. return Equals(other as CS_MD_EnterRoom);
  589. }
  590. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  591. public bool Equals(CS_MD_EnterRoom other) {
  592. if (ReferenceEquals(other, null)) {
  593. return false;
  594. }
  595. if (ReferenceEquals(other, this)) {
  596. return true;
  597. }
  598. if (Zoneid != other.Zoneid) return false;
  599. if (Uid != other.Uid) return false;
  600. if (RoomId != other.RoomId) return false;
  601. return true;
  602. }
  603. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  604. public override int GetHashCode() {
  605. int hash = 1;
  606. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  607. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  608. if (RoomId != 0) hash ^= RoomId.GetHashCode();
  609. return hash;
  610. }
  611. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  612. public override string ToString() {
  613. return pb::JsonFormatter.ToDiagnosticString(this);
  614. }
  615. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  616. public void WriteTo(pb::CodedOutputStream output) {
  617. if (Zoneid != 0) {
  618. output.WriteRawTag(8);
  619. output.WriteInt32(Zoneid);
  620. }
  621. if (Uid.Length != 0) {
  622. output.WriteRawTag(18);
  623. output.WriteString(Uid);
  624. }
  625. if (RoomId != 0) {
  626. output.WriteRawTag(24);
  627. output.WriteInt32(RoomId);
  628. }
  629. }
  630. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  631. public int CalculateSize() {
  632. int size = 0;
  633. if (Zoneid != 0) {
  634. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  635. }
  636. if (Uid.Length != 0) {
  637. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  638. }
  639. if (RoomId != 0) {
  640. size += 1 + pb::CodedOutputStream.ComputeInt32Size(RoomId);
  641. }
  642. return size;
  643. }
  644. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  645. public void MergeFrom(CS_MD_EnterRoom other) {
  646. if (other == null) {
  647. return;
  648. }
  649. if (other.Zoneid != 0) {
  650. Zoneid = other.Zoneid;
  651. }
  652. if (other.Uid.Length != 0) {
  653. Uid = other.Uid;
  654. }
  655. if (other.RoomId != 0) {
  656. RoomId = other.RoomId;
  657. }
  658. }
  659. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  660. public void MergeFrom(pb::CodedInputStream input) {
  661. uint tag;
  662. while ((tag = input.ReadTag()) != 0) {
  663. switch(tag) {
  664. default:
  665. input.SkipLastField();
  666. break;
  667. case 8: {
  668. Zoneid = input.ReadInt32();
  669. break;
  670. }
  671. case 18: {
  672. Uid = input.ReadString();
  673. break;
  674. }
  675. case 24: {
  676. RoomId = input.ReadInt32();
  677. break;
  678. }
  679. }
  680. }
  681. }
  682. }
  683. /// <summary>
  684. /// 多人副本, 离开房间
  685. /// </summary>
  686. public sealed partial class CS_MD_LeaveRoom : pb::IMessage<CS_MD_LeaveRoom> {
  687. private static readonly pb::MessageParser<CS_MD_LeaveRoom> _parser = new pb::MessageParser<CS_MD_LeaveRoom>(() => new CS_MD_LeaveRoom());
  688. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  689. public static pb::MessageParser<CS_MD_LeaveRoom> Parser { get { return _parser; } }
  690. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  691. public static pbr::MessageDescriptor Descriptor {
  692. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[4]; }
  693. }
  694. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  695. pbr::MessageDescriptor pb::IMessage.Descriptor {
  696. get { return Descriptor; }
  697. }
  698. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  699. public CS_MD_LeaveRoom() {
  700. OnConstruction();
  701. }
  702. partial void OnConstruction();
  703. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  704. public CS_MD_LeaveRoom(CS_MD_LeaveRoom other) : this() {
  705. zoneid_ = other.zoneid_;
  706. uid_ = other.uid_;
  707. }
  708. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  709. public CS_MD_LeaveRoom Clone() {
  710. return new CS_MD_LeaveRoom(this);
  711. }
  712. /// <summary>Field number for the "Zoneid" field.</summary>
  713. public const int ZoneidFieldNumber = 1;
  714. private int zoneid_;
  715. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  716. public int Zoneid {
  717. get { return zoneid_; }
  718. set {
  719. zoneid_ = value;
  720. }
  721. }
  722. /// <summary>Field number for the "Uid" field.</summary>
  723. public const int UidFieldNumber = 2;
  724. private string uid_ = "";
  725. /// <summary>
  726. ///int32 RoomId=3; // 房间id (理论上已经处于房间中不需要此字段)
  727. /// </summary>
  728. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  729. public string Uid {
  730. get { return uid_; }
  731. set {
  732. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  733. }
  734. }
  735. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  736. public override bool Equals(object other) {
  737. return Equals(other as CS_MD_LeaveRoom);
  738. }
  739. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  740. public bool Equals(CS_MD_LeaveRoom other) {
  741. if (ReferenceEquals(other, null)) {
  742. return false;
  743. }
  744. if (ReferenceEquals(other, this)) {
  745. return true;
  746. }
  747. if (Zoneid != other.Zoneid) return false;
  748. if (Uid != other.Uid) return false;
  749. return true;
  750. }
  751. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  752. public override int GetHashCode() {
  753. int hash = 1;
  754. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  755. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  756. return hash;
  757. }
  758. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  759. public override string ToString() {
  760. return pb::JsonFormatter.ToDiagnosticString(this);
  761. }
  762. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  763. public void WriteTo(pb::CodedOutputStream output) {
  764. if (Zoneid != 0) {
  765. output.WriteRawTag(8);
  766. output.WriteInt32(Zoneid);
  767. }
  768. if (Uid.Length != 0) {
  769. output.WriteRawTag(18);
  770. output.WriteString(Uid);
  771. }
  772. }
  773. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  774. public int CalculateSize() {
  775. int size = 0;
  776. if (Zoneid != 0) {
  777. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  778. }
  779. if (Uid.Length != 0) {
  780. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  781. }
  782. return size;
  783. }
  784. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  785. public void MergeFrom(CS_MD_LeaveRoom other) {
  786. if (other == null) {
  787. return;
  788. }
  789. if (other.Zoneid != 0) {
  790. Zoneid = other.Zoneid;
  791. }
  792. if (other.Uid.Length != 0) {
  793. Uid = other.Uid;
  794. }
  795. }
  796. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  797. public void MergeFrom(pb::CodedInputStream input) {
  798. uint tag;
  799. while ((tag = input.ReadTag()) != 0) {
  800. switch(tag) {
  801. default:
  802. input.SkipLastField();
  803. break;
  804. case 8: {
  805. Zoneid = input.ReadInt32();
  806. break;
  807. }
  808. case 18: {
  809. Uid = input.ReadString();
  810. break;
  811. }
  812. }
  813. }
  814. }
  815. }
  816. /// <summary>
  817. /// 多人副本, 开始游戏(创建者)
  818. /// </summary>
  819. public sealed partial class CS_MD_BeginDup : pb::IMessage<CS_MD_BeginDup> {
  820. private static readonly pb::MessageParser<CS_MD_BeginDup> _parser = new pb::MessageParser<CS_MD_BeginDup>(() => new CS_MD_BeginDup());
  821. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  822. public static pb::MessageParser<CS_MD_BeginDup> Parser { get { return _parser; } }
  823. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  824. public static pbr::MessageDescriptor Descriptor {
  825. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[5]; }
  826. }
  827. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  828. pbr::MessageDescriptor pb::IMessage.Descriptor {
  829. get { return Descriptor; }
  830. }
  831. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  832. public CS_MD_BeginDup() {
  833. OnConstruction();
  834. }
  835. partial void OnConstruction();
  836. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  837. public CS_MD_BeginDup(CS_MD_BeginDup other) : this() {
  838. zoneid_ = other.zoneid_;
  839. uid_ = other.uid_;
  840. }
  841. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  842. public CS_MD_BeginDup Clone() {
  843. return new CS_MD_BeginDup(this);
  844. }
  845. /// <summary>Field number for the "Zoneid" field.</summary>
  846. public const int ZoneidFieldNumber = 1;
  847. private int zoneid_;
  848. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  849. public int Zoneid {
  850. get { return zoneid_; }
  851. set {
  852. zoneid_ = value;
  853. }
  854. }
  855. /// <summary>Field number for the "Uid" field.</summary>
  856. public const int UidFieldNumber = 2;
  857. private string uid_ = "";
  858. /// <summary>
  859. ///int32 RoomId=3; // 房间id (理论上已经处于房间中不需要此字段)
  860. /// </summary>
  861. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  862. public string Uid {
  863. get { return uid_; }
  864. set {
  865. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  866. }
  867. }
  868. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  869. public override bool Equals(object other) {
  870. return Equals(other as CS_MD_BeginDup);
  871. }
  872. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  873. public bool Equals(CS_MD_BeginDup other) {
  874. if (ReferenceEquals(other, null)) {
  875. return false;
  876. }
  877. if (ReferenceEquals(other, this)) {
  878. return true;
  879. }
  880. if (Zoneid != other.Zoneid) return false;
  881. if (Uid != other.Uid) return false;
  882. return true;
  883. }
  884. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  885. public override int GetHashCode() {
  886. int hash = 1;
  887. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  888. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  889. return hash;
  890. }
  891. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  892. public override string ToString() {
  893. return pb::JsonFormatter.ToDiagnosticString(this);
  894. }
  895. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  896. public void WriteTo(pb::CodedOutputStream output) {
  897. if (Zoneid != 0) {
  898. output.WriteRawTag(8);
  899. output.WriteInt32(Zoneid);
  900. }
  901. if (Uid.Length != 0) {
  902. output.WriteRawTag(18);
  903. output.WriteString(Uid);
  904. }
  905. }
  906. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  907. public int CalculateSize() {
  908. int size = 0;
  909. if (Zoneid != 0) {
  910. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  911. }
  912. if (Uid.Length != 0) {
  913. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  914. }
  915. return size;
  916. }
  917. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  918. public void MergeFrom(CS_MD_BeginDup other) {
  919. if (other == null) {
  920. return;
  921. }
  922. if (other.Zoneid != 0) {
  923. Zoneid = other.Zoneid;
  924. }
  925. if (other.Uid.Length != 0) {
  926. Uid = other.Uid;
  927. }
  928. }
  929. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  930. public void MergeFrom(pb::CodedInputStream input) {
  931. uint tag;
  932. while ((tag = input.ReadTag()) != 0) {
  933. switch(tag) {
  934. default:
  935. input.SkipLastField();
  936. break;
  937. case 8: {
  938. Zoneid = input.ReadInt32();
  939. break;
  940. }
  941. case 18: {
  942. Uid = input.ReadString();
  943. break;
  944. }
  945. }
  946. }
  947. }
  948. }
  949. public sealed partial class CS_BT_Login : pb::IMessage<CS_BT_Login> {
  950. private static readonly pb::MessageParser<CS_BT_Login> _parser = new pb::MessageParser<CS_BT_Login>(() => new CS_BT_Login());
  951. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  952. public static pb::MessageParser<CS_BT_Login> Parser { get { return _parser; } }
  953. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  954. public static pbr::MessageDescriptor Descriptor {
  955. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[6]; }
  956. }
  957. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  958. pbr::MessageDescriptor pb::IMessage.Descriptor {
  959. get { return Descriptor; }
  960. }
  961. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  962. public CS_BT_Login() {
  963. OnConstruction();
  964. }
  965. partial void OnConstruction();
  966. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  967. public CS_BT_Login(CS_BT_Login other) : this() {
  968. zoneid_ = other.zoneid_;
  969. uid_ = other.uid_;
  970. msg_ = other.msg_;
  971. }
  972. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  973. public CS_BT_Login Clone() {
  974. return new CS_BT_Login(this);
  975. }
  976. /// <summary>Field number for the "Zoneid" field.</summary>
  977. public const int ZoneidFieldNumber = 1;
  978. private int zoneid_;
  979. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  980. public int Zoneid {
  981. get { return zoneid_; }
  982. set {
  983. zoneid_ = value;
  984. }
  985. }
  986. /// <summary>Field number for the "Uid" field.</summary>
  987. public const int UidFieldNumber = 2;
  988. private string uid_ = "";
  989. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  990. public string Uid {
  991. get { return uid_; }
  992. set {
  993. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  994. }
  995. }
  996. /// <summary>Field number for the "Msg" field.</summary>
  997. public const int MsgFieldNumber = 3;
  998. private string msg_ = "";
  999. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1000. public string Msg {
  1001. get { return msg_; }
  1002. set {
  1003. msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1004. }
  1005. }
  1006. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1007. public override bool Equals(object other) {
  1008. return Equals(other as CS_BT_Login);
  1009. }
  1010. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1011. public bool Equals(CS_BT_Login other) {
  1012. if (ReferenceEquals(other, null)) {
  1013. return false;
  1014. }
  1015. if (ReferenceEquals(other, this)) {
  1016. return true;
  1017. }
  1018. if (Zoneid != other.Zoneid) return false;
  1019. if (Uid != other.Uid) return false;
  1020. if (Msg != other.Msg) return false;
  1021. return true;
  1022. }
  1023. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1024. public override int GetHashCode() {
  1025. int hash = 1;
  1026. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  1027. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  1028. if (Msg.Length != 0) hash ^= Msg.GetHashCode();
  1029. return hash;
  1030. }
  1031. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1032. public override string ToString() {
  1033. return pb::JsonFormatter.ToDiagnosticString(this);
  1034. }
  1035. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1036. public void WriteTo(pb::CodedOutputStream output) {
  1037. if (Zoneid != 0) {
  1038. output.WriteRawTag(8);
  1039. output.WriteInt32(Zoneid);
  1040. }
  1041. if (Uid.Length != 0) {
  1042. output.WriteRawTag(18);
  1043. output.WriteString(Uid);
  1044. }
  1045. if (Msg.Length != 0) {
  1046. output.WriteRawTag(26);
  1047. output.WriteString(Msg);
  1048. }
  1049. }
  1050. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1051. public int CalculateSize() {
  1052. int size = 0;
  1053. if (Zoneid != 0) {
  1054. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  1055. }
  1056. if (Uid.Length != 0) {
  1057. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  1058. }
  1059. if (Msg.Length != 0) {
  1060. size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg);
  1061. }
  1062. return size;
  1063. }
  1064. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1065. public void MergeFrom(CS_BT_Login other) {
  1066. if (other == null) {
  1067. return;
  1068. }
  1069. if (other.Zoneid != 0) {
  1070. Zoneid = other.Zoneid;
  1071. }
  1072. if (other.Uid.Length != 0) {
  1073. Uid = other.Uid;
  1074. }
  1075. if (other.Msg.Length != 0) {
  1076. Msg = other.Msg;
  1077. }
  1078. }
  1079. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1080. public void MergeFrom(pb::CodedInputStream input) {
  1081. uint tag;
  1082. while ((tag = input.ReadTag()) != 0) {
  1083. switch(tag) {
  1084. default:
  1085. input.SkipLastField();
  1086. break;
  1087. case 8: {
  1088. Zoneid = input.ReadInt32();
  1089. break;
  1090. }
  1091. case 18: {
  1092. Uid = input.ReadString();
  1093. break;
  1094. }
  1095. case 26: {
  1096. Msg = input.ReadString();
  1097. break;
  1098. }
  1099. }
  1100. }
  1101. }
  1102. }
  1103. /// <summary>
  1104. /// 查询组队列表
  1105. /// </summary>
  1106. public sealed partial class CS_BT_PeopleList : pb::IMessage<CS_BT_PeopleList> {
  1107. private static readonly pb::MessageParser<CS_BT_PeopleList> _parser = new pb::MessageParser<CS_BT_PeopleList>(() => new CS_BT_PeopleList());
  1108. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1109. public static pb::MessageParser<CS_BT_PeopleList> Parser { get { return _parser; } }
  1110. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1111. public static pbr::MessageDescriptor Descriptor {
  1112. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[7]; }
  1113. }
  1114. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1115. pbr::MessageDescriptor pb::IMessage.Descriptor {
  1116. get { return Descriptor; }
  1117. }
  1118. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1119. public CS_BT_PeopleList() {
  1120. OnConstruction();
  1121. }
  1122. partial void OnConstruction();
  1123. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1124. public CS_BT_PeopleList(CS_BT_PeopleList other) : this() {
  1125. zoneid_ = other.zoneid_;
  1126. uid_ = other.uid_;
  1127. }
  1128. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1129. public CS_BT_PeopleList Clone() {
  1130. return new CS_BT_PeopleList(this);
  1131. }
  1132. /// <summary>Field number for the "Zoneid" field.</summary>
  1133. public const int ZoneidFieldNumber = 1;
  1134. private int zoneid_;
  1135. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1136. public int Zoneid {
  1137. get { return zoneid_; }
  1138. set {
  1139. zoneid_ = value;
  1140. }
  1141. }
  1142. /// <summary>Field number for the "Uid" field.</summary>
  1143. public const int UidFieldNumber = 2;
  1144. private string uid_ = "";
  1145. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1146. public string Uid {
  1147. get { return uid_; }
  1148. set {
  1149. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1150. }
  1151. }
  1152. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1153. public override bool Equals(object other) {
  1154. return Equals(other as CS_BT_PeopleList);
  1155. }
  1156. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1157. public bool Equals(CS_BT_PeopleList other) {
  1158. if (ReferenceEquals(other, null)) {
  1159. return false;
  1160. }
  1161. if (ReferenceEquals(other, this)) {
  1162. return true;
  1163. }
  1164. if (Zoneid != other.Zoneid) return false;
  1165. if (Uid != other.Uid) return false;
  1166. return true;
  1167. }
  1168. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1169. public override int GetHashCode() {
  1170. int hash = 1;
  1171. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  1172. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  1173. return hash;
  1174. }
  1175. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1176. public override string ToString() {
  1177. return pb::JsonFormatter.ToDiagnosticString(this);
  1178. }
  1179. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1180. public void WriteTo(pb::CodedOutputStream output) {
  1181. if (Zoneid != 0) {
  1182. output.WriteRawTag(8);
  1183. output.WriteInt32(Zoneid);
  1184. }
  1185. if (Uid.Length != 0) {
  1186. output.WriteRawTag(18);
  1187. output.WriteString(Uid);
  1188. }
  1189. }
  1190. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1191. public int CalculateSize() {
  1192. int size = 0;
  1193. if (Zoneid != 0) {
  1194. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  1195. }
  1196. if (Uid.Length != 0) {
  1197. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  1198. }
  1199. return size;
  1200. }
  1201. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1202. public void MergeFrom(CS_BT_PeopleList other) {
  1203. if (other == null) {
  1204. return;
  1205. }
  1206. if (other.Zoneid != 0) {
  1207. Zoneid = other.Zoneid;
  1208. }
  1209. if (other.Uid.Length != 0) {
  1210. Uid = other.Uid;
  1211. }
  1212. }
  1213. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1214. public void MergeFrom(pb::CodedInputStream input) {
  1215. uint tag;
  1216. while ((tag = input.ReadTag()) != 0) {
  1217. switch(tag) {
  1218. default:
  1219. input.SkipLastField();
  1220. break;
  1221. case 8: {
  1222. Zoneid = input.ReadInt32();
  1223. break;
  1224. }
  1225. case 18: {
  1226. Uid = input.ReadString();
  1227. break;
  1228. }
  1229. }
  1230. }
  1231. }
  1232. }
  1233. public sealed partial class CS_BT_Status : pb::IMessage<CS_BT_Status> {
  1234. private static readonly pb::MessageParser<CS_BT_Status> _parser = new pb::MessageParser<CS_BT_Status>(() => new CS_BT_Status());
  1235. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1236. public static pb::MessageParser<CS_BT_Status> Parser { get { return _parser; } }
  1237. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1238. public static pbr::MessageDescriptor Descriptor {
  1239. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[8]; }
  1240. }
  1241. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1242. pbr::MessageDescriptor pb::IMessage.Descriptor {
  1243. get { return Descriptor; }
  1244. }
  1245. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1246. public CS_BT_Status() {
  1247. OnConstruction();
  1248. }
  1249. partial void OnConstruction();
  1250. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1251. public CS_BT_Status(CS_BT_Status other) : this() {
  1252. zoneid_ = other.zoneid_;
  1253. senderUid_ = other.senderUid_;
  1254. propertyName_ = other.propertyName_;
  1255. value_ = other.value_;
  1256. }
  1257. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1258. public CS_BT_Status Clone() {
  1259. return new CS_BT_Status(this);
  1260. }
  1261. /// <summary>Field number for the "Zoneid" field.</summary>
  1262. public const int ZoneidFieldNumber = 1;
  1263. private int zoneid_;
  1264. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1265. public int Zoneid {
  1266. get { return zoneid_; }
  1267. set {
  1268. zoneid_ = value;
  1269. }
  1270. }
  1271. /// <summary>Field number for the "SenderUid" field.</summary>
  1272. public const int SenderUidFieldNumber = 2;
  1273. private string senderUid_ = "";
  1274. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1275. public string SenderUid {
  1276. get { return senderUid_; }
  1277. set {
  1278. senderUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1279. }
  1280. }
  1281. /// <summary>Field number for the "PropertyName" field.</summary>
  1282. public const int PropertyNameFieldNumber = 3;
  1283. private string propertyName_ = "";
  1284. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1285. public string PropertyName {
  1286. get { return propertyName_; }
  1287. set {
  1288. propertyName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1289. }
  1290. }
  1291. /// <summary>Field number for the "Value" field.</summary>
  1292. public const int ValueFieldNumber = 4;
  1293. private string value_ = "";
  1294. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1295. public string Value {
  1296. get { return value_; }
  1297. set {
  1298. value_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1299. }
  1300. }
  1301. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1302. public override bool Equals(object other) {
  1303. return Equals(other as CS_BT_Status);
  1304. }
  1305. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1306. public bool Equals(CS_BT_Status other) {
  1307. if (ReferenceEquals(other, null)) {
  1308. return false;
  1309. }
  1310. if (ReferenceEquals(other, this)) {
  1311. return true;
  1312. }
  1313. if (Zoneid != other.Zoneid) return false;
  1314. if (SenderUid != other.SenderUid) return false;
  1315. if (PropertyName != other.PropertyName) return false;
  1316. if (Value != other.Value) return false;
  1317. return true;
  1318. }
  1319. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1320. public override int GetHashCode() {
  1321. int hash = 1;
  1322. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  1323. if (SenderUid.Length != 0) hash ^= SenderUid.GetHashCode();
  1324. if (PropertyName.Length != 0) hash ^= PropertyName.GetHashCode();
  1325. if (Value.Length != 0) hash ^= Value.GetHashCode();
  1326. return hash;
  1327. }
  1328. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1329. public override string ToString() {
  1330. return pb::JsonFormatter.ToDiagnosticString(this);
  1331. }
  1332. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1333. public void WriteTo(pb::CodedOutputStream output) {
  1334. if (Zoneid != 0) {
  1335. output.WriteRawTag(8);
  1336. output.WriteInt32(Zoneid);
  1337. }
  1338. if (SenderUid.Length != 0) {
  1339. output.WriteRawTag(18);
  1340. output.WriteString(SenderUid);
  1341. }
  1342. if (PropertyName.Length != 0) {
  1343. output.WriteRawTag(26);
  1344. output.WriteString(PropertyName);
  1345. }
  1346. if (Value.Length != 0) {
  1347. output.WriteRawTag(34);
  1348. output.WriteString(Value);
  1349. }
  1350. }
  1351. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1352. public int CalculateSize() {
  1353. int size = 0;
  1354. if (Zoneid != 0) {
  1355. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  1356. }
  1357. if (SenderUid.Length != 0) {
  1358. size += 1 + pb::CodedOutputStream.ComputeStringSize(SenderUid);
  1359. }
  1360. if (PropertyName.Length != 0) {
  1361. size += 1 + pb::CodedOutputStream.ComputeStringSize(PropertyName);
  1362. }
  1363. if (Value.Length != 0) {
  1364. size += 1 + pb::CodedOutputStream.ComputeStringSize(Value);
  1365. }
  1366. return size;
  1367. }
  1368. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1369. public void MergeFrom(CS_BT_Status other) {
  1370. if (other == null) {
  1371. return;
  1372. }
  1373. if (other.Zoneid != 0) {
  1374. Zoneid = other.Zoneid;
  1375. }
  1376. if (other.SenderUid.Length != 0) {
  1377. SenderUid = other.SenderUid;
  1378. }
  1379. if (other.PropertyName.Length != 0) {
  1380. PropertyName = other.PropertyName;
  1381. }
  1382. if (other.Value.Length != 0) {
  1383. Value = other.Value;
  1384. }
  1385. }
  1386. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1387. public void MergeFrom(pb::CodedInputStream input) {
  1388. uint tag;
  1389. while ((tag = input.ReadTag()) != 0) {
  1390. switch(tag) {
  1391. default:
  1392. input.SkipLastField();
  1393. break;
  1394. case 8: {
  1395. Zoneid = input.ReadInt32();
  1396. break;
  1397. }
  1398. case 18: {
  1399. SenderUid = input.ReadString();
  1400. break;
  1401. }
  1402. case 26: {
  1403. PropertyName = input.ReadString();
  1404. break;
  1405. }
  1406. case 34: {
  1407. Value = input.ReadString();
  1408. break;
  1409. }
  1410. }
  1411. }
  1412. }
  1413. }
  1414. public sealed partial class CS_BT_Position : pb::IMessage<CS_BT_Position> {
  1415. private static readonly pb::MessageParser<CS_BT_Position> _parser = new pb::MessageParser<CS_BT_Position>(() => new CS_BT_Position());
  1416. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1417. public static pb::MessageParser<CS_BT_Position> Parser { get { return _parser; } }
  1418. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1419. public static pbr::MessageDescriptor Descriptor {
  1420. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[9]; }
  1421. }
  1422. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1423. pbr::MessageDescriptor pb::IMessage.Descriptor {
  1424. get { return Descriptor; }
  1425. }
  1426. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1427. public CS_BT_Position() {
  1428. OnConstruction();
  1429. }
  1430. partial void OnConstruction();
  1431. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1432. public CS_BT_Position(CS_BT_Position other) : this() {
  1433. zoneid_ = other.zoneid_;
  1434. senderUid_ = other.senderUid_;
  1435. x_ = other.x_;
  1436. y_ = other.y_;
  1437. z_ = other.z_;
  1438. }
  1439. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1440. public CS_BT_Position Clone() {
  1441. return new CS_BT_Position(this);
  1442. }
  1443. /// <summary>Field number for the "Zoneid" field.</summary>
  1444. public const int ZoneidFieldNumber = 1;
  1445. private int zoneid_;
  1446. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1447. public int Zoneid {
  1448. get { return zoneid_; }
  1449. set {
  1450. zoneid_ = value;
  1451. }
  1452. }
  1453. /// <summary>Field number for the "SenderUid" field.</summary>
  1454. public const int SenderUidFieldNumber = 2;
  1455. private string senderUid_ = "";
  1456. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1457. public string SenderUid {
  1458. get { return senderUid_; }
  1459. set {
  1460. senderUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1461. }
  1462. }
  1463. /// <summary>Field number for the "X" field.</summary>
  1464. public const int XFieldNumber = 3;
  1465. private float x_;
  1466. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1467. public float X {
  1468. get { return x_; }
  1469. set {
  1470. x_ = value;
  1471. }
  1472. }
  1473. /// <summary>Field number for the "Y" field.</summary>
  1474. public const int YFieldNumber = 4;
  1475. private float y_;
  1476. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1477. public float Y {
  1478. get { return y_; }
  1479. set {
  1480. y_ = value;
  1481. }
  1482. }
  1483. /// <summary>Field number for the "Z" field.</summary>
  1484. public const int ZFieldNumber = 5;
  1485. private float z_;
  1486. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1487. public float Z {
  1488. get { return z_; }
  1489. set {
  1490. z_ = value;
  1491. }
  1492. }
  1493. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1494. public override bool Equals(object other) {
  1495. return Equals(other as CS_BT_Position);
  1496. }
  1497. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1498. public bool Equals(CS_BT_Position other) {
  1499. if (ReferenceEquals(other, null)) {
  1500. return false;
  1501. }
  1502. if (ReferenceEquals(other, this)) {
  1503. return true;
  1504. }
  1505. if (Zoneid != other.Zoneid) return false;
  1506. if (SenderUid != other.SenderUid) return false;
  1507. if (X != other.X) return false;
  1508. if (Y != other.Y) return false;
  1509. if (Z != other.Z) return false;
  1510. return true;
  1511. }
  1512. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1513. public override int GetHashCode() {
  1514. int hash = 1;
  1515. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  1516. if (SenderUid.Length != 0) hash ^= SenderUid.GetHashCode();
  1517. if (X != 0F) hash ^= X.GetHashCode();
  1518. if (Y != 0F) hash ^= Y.GetHashCode();
  1519. if (Z != 0F) hash ^= Z.GetHashCode();
  1520. return hash;
  1521. }
  1522. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1523. public override string ToString() {
  1524. return pb::JsonFormatter.ToDiagnosticString(this);
  1525. }
  1526. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1527. public void WriteTo(pb::CodedOutputStream output) {
  1528. if (Zoneid != 0) {
  1529. output.WriteRawTag(8);
  1530. output.WriteInt32(Zoneid);
  1531. }
  1532. if (SenderUid.Length != 0) {
  1533. output.WriteRawTag(18);
  1534. output.WriteString(SenderUid);
  1535. }
  1536. if (X != 0F) {
  1537. output.WriteRawTag(29);
  1538. output.WriteFloat(X);
  1539. }
  1540. if (Y != 0F) {
  1541. output.WriteRawTag(37);
  1542. output.WriteFloat(Y);
  1543. }
  1544. if (Z != 0F) {
  1545. output.WriteRawTag(45);
  1546. output.WriteFloat(Z);
  1547. }
  1548. }
  1549. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1550. public int CalculateSize() {
  1551. int size = 0;
  1552. if (Zoneid != 0) {
  1553. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  1554. }
  1555. if (SenderUid.Length != 0) {
  1556. size += 1 + pb::CodedOutputStream.ComputeStringSize(SenderUid);
  1557. }
  1558. if (X != 0F) {
  1559. size += 1 + 4;
  1560. }
  1561. if (Y != 0F) {
  1562. size += 1 + 4;
  1563. }
  1564. if (Z != 0F) {
  1565. size += 1 + 4;
  1566. }
  1567. return size;
  1568. }
  1569. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1570. public void MergeFrom(CS_BT_Position other) {
  1571. if (other == null) {
  1572. return;
  1573. }
  1574. if (other.Zoneid != 0) {
  1575. Zoneid = other.Zoneid;
  1576. }
  1577. if (other.SenderUid.Length != 0) {
  1578. SenderUid = other.SenderUid;
  1579. }
  1580. if (other.X != 0F) {
  1581. X = other.X;
  1582. }
  1583. if (other.Y != 0F) {
  1584. Y = other.Y;
  1585. }
  1586. if (other.Z != 0F) {
  1587. Z = other.Z;
  1588. }
  1589. }
  1590. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1591. public void MergeFrom(pb::CodedInputStream input) {
  1592. uint tag;
  1593. while ((tag = input.ReadTag()) != 0) {
  1594. switch(tag) {
  1595. default:
  1596. input.SkipLastField();
  1597. break;
  1598. case 8: {
  1599. Zoneid = input.ReadInt32();
  1600. break;
  1601. }
  1602. case 18: {
  1603. SenderUid = input.ReadString();
  1604. break;
  1605. }
  1606. case 29: {
  1607. X = input.ReadFloat();
  1608. break;
  1609. }
  1610. case 37: {
  1611. Y = input.ReadFloat();
  1612. break;
  1613. }
  1614. case 45: {
  1615. Z = input.ReadFloat();
  1616. break;
  1617. }
  1618. }
  1619. }
  1620. }
  1621. }
  1622. /// <summary>
  1623. /// 战斗服务, 广播
  1624. /// </summary>
  1625. public sealed partial class CS_BT_BroadCast : pb::IMessage<CS_BT_BroadCast> {
  1626. private static readonly pb::MessageParser<CS_BT_BroadCast> _parser = new pb::MessageParser<CS_BT_BroadCast>(() => new CS_BT_BroadCast());
  1627. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1628. public static pb::MessageParser<CS_BT_BroadCast> Parser { get { return _parser; } }
  1629. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1630. public static pbr::MessageDescriptor Descriptor {
  1631. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[10]; }
  1632. }
  1633. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1634. pbr::MessageDescriptor pb::IMessage.Descriptor {
  1635. get { return Descriptor; }
  1636. }
  1637. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1638. public CS_BT_BroadCast() {
  1639. OnConstruction();
  1640. }
  1641. partial void OnConstruction();
  1642. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1643. public CS_BT_BroadCast(CS_BT_BroadCast other) : this() {
  1644. zoneid_ = other.zoneid_;
  1645. senderUid_ = other.senderUid_;
  1646. msg_ = other.msg_;
  1647. }
  1648. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1649. public CS_BT_BroadCast Clone() {
  1650. return new CS_BT_BroadCast(this);
  1651. }
  1652. /// <summary>Field number for the "Zoneid" field.</summary>
  1653. public const int ZoneidFieldNumber = 1;
  1654. private int zoneid_;
  1655. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1656. public int Zoneid {
  1657. get { return zoneid_; }
  1658. set {
  1659. zoneid_ = value;
  1660. }
  1661. }
  1662. /// <summary>Field number for the "SenderUid" field.</summary>
  1663. public const int SenderUidFieldNumber = 2;
  1664. private string senderUid_ = "";
  1665. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1666. public string SenderUid {
  1667. get { return senderUid_; }
  1668. set {
  1669. senderUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1670. }
  1671. }
  1672. /// <summary>Field number for the "Msg" field.</summary>
  1673. public const int MsgFieldNumber = 3;
  1674. private string msg_ = "";
  1675. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1676. public string Msg {
  1677. get { return msg_; }
  1678. set {
  1679. msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1680. }
  1681. }
  1682. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1683. public override bool Equals(object other) {
  1684. return Equals(other as CS_BT_BroadCast);
  1685. }
  1686. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1687. public bool Equals(CS_BT_BroadCast other) {
  1688. if (ReferenceEquals(other, null)) {
  1689. return false;
  1690. }
  1691. if (ReferenceEquals(other, this)) {
  1692. return true;
  1693. }
  1694. if (Zoneid != other.Zoneid) return false;
  1695. if (SenderUid != other.SenderUid) return false;
  1696. if (Msg != other.Msg) return false;
  1697. return true;
  1698. }
  1699. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1700. public override int GetHashCode() {
  1701. int hash = 1;
  1702. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  1703. if (SenderUid.Length != 0) hash ^= SenderUid.GetHashCode();
  1704. if (Msg.Length != 0) hash ^= Msg.GetHashCode();
  1705. return hash;
  1706. }
  1707. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1708. public override string ToString() {
  1709. return pb::JsonFormatter.ToDiagnosticString(this);
  1710. }
  1711. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1712. public void WriteTo(pb::CodedOutputStream output) {
  1713. if (Zoneid != 0) {
  1714. output.WriteRawTag(8);
  1715. output.WriteInt32(Zoneid);
  1716. }
  1717. if (SenderUid.Length != 0) {
  1718. output.WriteRawTag(18);
  1719. output.WriteString(SenderUid);
  1720. }
  1721. if (Msg.Length != 0) {
  1722. output.WriteRawTag(26);
  1723. output.WriteString(Msg);
  1724. }
  1725. }
  1726. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1727. public int CalculateSize() {
  1728. int size = 0;
  1729. if (Zoneid != 0) {
  1730. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  1731. }
  1732. if (SenderUid.Length != 0) {
  1733. size += 1 + pb::CodedOutputStream.ComputeStringSize(SenderUid);
  1734. }
  1735. if (Msg.Length != 0) {
  1736. size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg);
  1737. }
  1738. return size;
  1739. }
  1740. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1741. public void MergeFrom(CS_BT_BroadCast other) {
  1742. if (other == null) {
  1743. return;
  1744. }
  1745. if (other.Zoneid != 0) {
  1746. Zoneid = other.Zoneid;
  1747. }
  1748. if (other.SenderUid.Length != 0) {
  1749. SenderUid = other.SenderUid;
  1750. }
  1751. if (other.Msg.Length != 0) {
  1752. Msg = other.Msg;
  1753. }
  1754. }
  1755. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1756. public void MergeFrom(pb::CodedInputStream input) {
  1757. uint tag;
  1758. while ((tag = input.ReadTag()) != 0) {
  1759. switch(tag) {
  1760. default:
  1761. input.SkipLastField();
  1762. break;
  1763. case 8: {
  1764. Zoneid = input.ReadInt32();
  1765. break;
  1766. }
  1767. case 18: {
  1768. SenderUid = input.ReadString();
  1769. break;
  1770. }
  1771. case 26: {
  1772. Msg = input.ReadString();
  1773. break;
  1774. }
  1775. }
  1776. }
  1777. }
  1778. }
  1779. public sealed partial class CS_BT_Over : pb::IMessage<CS_BT_Over> {
  1780. private static readonly pb::MessageParser<CS_BT_Over> _parser = new pb::MessageParser<CS_BT_Over>(() => new CS_BT_Over());
  1781. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1782. public static pb::MessageParser<CS_BT_Over> Parser { get { return _parser; } }
  1783. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1784. public static pbr::MessageDescriptor Descriptor {
  1785. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[11]; }
  1786. }
  1787. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1788. pbr::MessageDescriptor pb::IMessage.Descriptor {
  1789. get { return Descriptor; }
  1790. }
  1791. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1792. public CS_BT_Over() {
  1793. OnConstruction();
  1794. }
  1795. partial void OnConstruction();
  1796. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1797. public CS_BT_Over(CS_BT_Over other) : this() {
  1798. zoneid_ = other.zoneid_;
  1799. senderUid_ = other.senderUid_;
  1800. msg_ = other.msg_;
  1801. }
  1802. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1803. public CS_BT_Over Clone() {
  1804. return new CS_BT_Over(this);
  1805. }
  1806. /// <summary>Field number for the "Zoneid" field.</summary>
  1807. public const int ZoneidFieldNumber = 1;
  1808. private int zoneid_;
  1809. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1810. public int Zoneid {
  1811. get { return zoneid_; }
  1812. set {
  1813. zoneid_ = value;
  1814. }
  1815. }
  1816. /// <summary>Field number for the "SenderUid" field.</summary>
  1817. public const int SenderUidFieldNumber = 2;
  1818. private string senderUid_ = "";
  1819. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1820. public string SenderUid {
  1821. get { return senderUid_; }
  1822. set {
  1823. senderUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1824. }
  1825. }
  1826. /// <summary>Field number for the "Msg" field.</summary>
  1827. public const int MsgFieldNumber = 3;
  1828. private string msg_ = "";
  1829. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1830. public string Msg {
  1831. get { return msg_; }
  1832. set {
  1833. msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  1834. }
  1835. }
  1836. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1837. public override bool Equals(object other) {
  1838. return Equals(other as CS_BT_Over);
  1839. }
  1840. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1841. public bool Equals(CS_BT_Over other) {
  1842. if (ReferenceEquals(other, null)) {
  1843. return false;
  1844. }
  1845. if (ReferenceEquals(other, this)) {
  1846. return true;
  1847. }
  1848. if (Zoneid != other.Zoneid) return false;
  1849. if (SenderUid != other.SenderUid) return false;
  1850. if (Msg != other.Msg) return false;
  1851. return true;
  1852. }
  1853. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1854. public override int GetHashCode() {
  1855. int hash = 1;
  1856. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  1857. if (SenderUid.Length != 0) hash ^= SenderUid.GetHashCode();
  1858. if (Msg.Length != 0) hash ^= Msg.GetHashCode();
  1859. return hash;
  1860. }
  1861. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1862. public override string ToString() {
  1863. return pb::JsonFormatter.ToDiagnosticString(this);
  1864. }
  1865. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1866. public void WriteTo(pb::CodedOutputStream output) {
  1867. if (Zoneid != 0) {
  1868. output.WriteRawTag(8);
  1869. output.WriteInt32(Zoneid);
  1870. }
  1871. if (SenderUid.Length != 0) {
  1872. output.WriteRawTag(18);
  1873. output.WriteString(SenderUid);
  1874. }
  1875. if (Msg.Length != 0) {
  1876. output.WriteRawTag(26);
  1877. output.WriteString(Msg);
  1878. }
  1879. }
  1880. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1881. public int CalculateSize() {
  1882. int size = 0;
  1883. if (Zoneid != 0) {
  1884. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  1885. }
  1886. if (SenderUid.Length != 0) {
  1887. size += 1 + pb::CodedOutputStream.ComputeStringSize(SenderUid);
  1888. }
  1889. if (Msg.Length != 0) {
  1890. size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg);
  1891. }
  1892. return size;
  1893. }
  1894. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1895. public void MergeFrom(CS_BT_Over other) {
  1896. if (other == null) {
  1897. return;
  1898. }
  1899. if (other.Zoneid != 0) {
  1900. Zoneid = other.Zoneid;
  1901. }
  1902. if (other.SenderUid.Length != 0) {
  1903. SenderUid = other.SenderUid;
  1904. }
  1905. if (other.Msg.Length != 0) {
  1906. Msg = other.Msg;
  1907. }
  1908. }
  1909. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1910. public void MergeFrom(pb::CodedInputStream input) {
  1911. uint tag;
  1912. while ((tag = input.ReadTag()) != 0) {
  1913. switch(tag) {
  1914. default:
  1915. input.SkipLastField();
  1916. break;
  1917. case 8: {
  1918. Zoneid = input.ReadInt32();
  1919. break;
  1920. }
  1921. case 18: {
  1922. SenderUid = input.ReadString();
  1923. break;
  1924. }
  1925. case 26: {
  1926. Msg = input.ReadString();
  1927. break;
  1928. }
  1929. }
  1930. }
  1931. }
  1932. }
  1933. /// <summary>
  1934. ///
  1935. /// 加入房间成功
  1936. /// </summary>
  1937. public sealed partial class SC_MD_EnterLobby : pb::IMessage<SC_MD_EnterLobby> {
  1938. private static readonly pb::MessageParser<SC_MD_EnterLobby> _parser = new pb::MessageParser<SC_MD_EnterLobby>(() => new SC_MD_EnterLobby());
  1939. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1940. public static pb::MessageParser<SC_MD_EnterLobby> Parser { get { return _parser; } }
  1941. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1942. public static pbr::MessageDescriptor Descriptor {
  1943. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[12]; }
  1944. }
  1945. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1946. pbr::MessageDescriptor pb::IMessage.Descriptor {
  1947. get { return Descriptor; }
  1948. }
  1949. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1950. public SC_MD_EnterLobby() {
  1951. OnConstruction();
  1952. }
  1953. partial void OnConstruction();
  1954. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1955. public SC_MD_EnterLobby(SC_MD_EnterLobby other) : this() {
  1956. }
  1957. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1958. public SC_MD_EnterLobby Clone() {
  1959. return new SC_MD_EnterLobby(this);
  1960. }
  1961. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1962. public override bool Equals(object other) {
  1963. return Equals(other as SC_MD_EnterLobby);
  1964. }
  1965. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1966. public bool Equals(SC_MD_EnterLobby other) {
  1967. if (ReferenceEquals(other, null)) {
  1968. return false;
  1969. }
  1970. if (ReferenceEquals(other, this)) {
  1971. return true;
  1972. }
  1973. return true;
  1974. }
  1975. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1976. public override int GetHashCode() {
  1977. int hash = 1;
  1978. return hash;
  1979. }
  1980. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1981. public override string ToString() {
  1982. return pb::JsonFormatter.ToDiagnosticString(this);
  1983. }
  1984. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1985. public void WriteTo(pb::CodedOutputStream output) {
  1986. }
  1987. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1988. public int CalculateSize() {
  1989. int size = 0;
  1990. return size;
  1991. }
  1992. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1993. public void MergeFrom(SC_MD_EnterLobby other) {
  1994. if (other == null) {
  1995. return;
  1996. }
  1997. }
  1998. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  1999. public void MergeFrom(pb::CodedInputStream input) {
  2000. uint tag;
  2001. while ((tag = input.ReadTag()) != 0) {
  2002. switch(tag) {
  2003. default:
  2004. input.SkipLastField();
  2005. break;
  2006. }
  2007. }
  2008. }
  2009. }
  2010. /// <summary>
  2011. /// 多人副本, 创建房间
  2012. /// </summary>
  2013. public sealed partial class SC_MD_CreateRoom : pb::IMessage<SC_MD_CreateRoom> {
  2014. private static readonly pb::MessageParser<SC_MD_CreateRoom> _parser = new pb::MessageParser<SC_MD_CreateRoom>(() => new SC_MD_CreateRoom());
  2015. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2016. public static pb::MessageParser<SC_MD_CreateRoom> Parser { get { return _parser; } }
  2017. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2018. public static pbr::MessageDescriptor Descriptor {
  2019. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[13]; }
  2020. }
  2021. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2022. pbr::MessageDescriptor pb::IMessage.Descriptor {
  2023. get { return Descriptor; }
  2024. }
  2025. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2026. public SC_MD_CreateRoom() {
  2027. OnConstruction();
  2028. }
  2029. partial void OnConstruction();
  2030. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2031. public SC_MD_CreateRoom(SC_MD_CreateRoom other) : this() {
  2032. zoneid_ = other.zoneid_;
  2033. uid_ = other.uid_;
  2034. mapid_ = other.mapid_;
  2035. roomId_ = other.roomId_;
  2036. }
  2037. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2038. public SC_MD_CreateRoom Clone() {
  2039. return new SC_MD_CreateRoom(this);
  2040. }
  2041. /// <summary>Field number for the "Zoneid" field.</summary>
  2042. public const int ZoneidFieldNumber = 1;
  2043. private int zoneid_;
  2044. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2045. public int Zoneid {
  2046. get { return zoneid_; }
  2047. set {
  2048. zoneid_ = value;
  2049. }
  2050. }
  2051. /// <summary>Field number for the "Uid" field.</summary>
  2052. public const int UidFieldNumber = 2;
  2053. private string uid_ = "";
  2054. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2055. public string Uid {
  2056. get { return uid_; }
  2057. set {
  2058. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  2059. }
  2060. }
  2061. /// <summary>Field number for the "Mapid" field.</summary>
  2062. public const int MapidFieldNumber = 3;
  2063. private int mapid_;
  2064. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2065. public int Mapid {
  2066. get { return mapid_; }
  2067. set {
  2068. mapid_ = value;
  2069. }
  2070. }
  2071. /// <summary>Field number for the "RoomId" field.</summary>
  2072. public const int RoomIdFieldNumber = 4;
  2073. private int roomId_;
  2074. /// <summary>
  2075. /// 房间id (服务端分配)
  2076. /// </summary>
  2077. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2078. public int RoomId {
  2079. get { return roomId_; }
  2080. set {
  2081. roomId_ = value;
  2082. }
  2083. }
  2084. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2085. public override bool Equals(object other) {
  2086. return Equals(other as SC_MD_CreateRoom);
  2087. }
  2088. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2089. public bool Equals(SC_MD_CreateRoom other) {
  2090. if (ReferenceEquals(other, null)) {
  2091. return false;
  2092. }
  2093. if (ReferenceEquals(other, this)) {
  2094. return true;
  2095. }
  2096. if (Zoneid != other.Zoneid) return false;
  2097. if (Uid != other.Uid) return false;
  2098. if (Mapid != other.Mapid) return false;
  2099. if (RoomId != other.RoomId) return false;
  2100. return true;
  2101. }
  2102. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2103. public override int GetHashCode() {
  2104. int hash = 1;
  2105. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  2106. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  2107. if (Mapid != 0) hash ^= Mapid.GetHashCode();
  2108. if (RoomId != 0) hash ^= RoomId.GetHashCode();
  2109. return hash;
  2110. }
  2111. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2112. public override string ToString() {
  2113. return pb::JsonFormatter.ToDiagnosticString(this);
  2114. }
  2115. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2116. public void WriteTo(pb::CodedOutputStream output) {
  2117. if (Zoneid != 0) {
  2118. output.WriteRawTag(8);
  2119. output.WriteInt32(Zoneid);
  2120. }
  2121. if (Uid.Length != 0) {
  2122. output.WriteRawTag(18);
  2123. output.WriteString(Uid);
  2124. }
  2125. if (Mapid != 0) {
  2126. output.WriteRawTag(24);
  2127. output.WriteInt32(Mapid);
  2128. }
  2129. if (RoomId != 0) {
  2130. output.WriteRawTag(32);
  2131. output.WriteInt32(RoomId);
  2132. }
  2133. }
  2134. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2135. public int CalculateSize() {
  2136. int size = 0;
  2137. if (Zoneid != 0) {
  2138. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  2139. }
  2140. if (Uid.Length != 0) {
  2141. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  2142. }
  2143. if (Mapid != 0) {
  2144. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Mapid);
  2145. }
  2146. if (RoomId != 0) {
  2147. size += 1 + pb::CodedOutputStream.ComputeInt32Size(RoomId);
  2148. }
  2149. return size;
  2150. }
  2151. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2152. public void MergeFrom(SC_MD_CreateRoom other) {
  2153. if (other == null) {
  2154. return;
  2155. }
  2156. if (other.Zoneid != 0) {
  2157. Zoneid = other.Zoneid;
  2158. }
  2159. if (other.Uid.Length != 0) {
  2160. Uid = other.Uid;
  2161. }
  2162. if (other.Mapid != 0) {
  2163. Mapid = other.Mapid;
  2164. }
  2165. if (other.RoomId != 0) {
  2166. RoomId = other.RoomId;
  2167. }
  2168. }
  2169. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2170. public void MergeFrom(pb::CodedInputStream input) {
  2171. uint tag;
  2172. while ((tag = input.ReadTag()) != 0) {
  2173. switch(tag) {
  2174. default:
  2175. input.SkipLastField();
  2176. break;
  2177. case 8: {
  2178. Zoneid = input.ReadInt32();
  2179. break;
  2180. }
  2181. case 18: {
  2182. Uid = input.ReadString();
  2183. break;
  2184. }
  2185. case 24: {
  2186. Mapid = input.ReadInt32();
  2187. break;
  2188. }
  2189. case 32: {
  2190. RoomId = input.ReadInt32();
  2191. break;
  2192. }
  2193. }
  2194. }
  2195. }
  2196. }
  2197. /// <summary>
  2198. /// 多人副本, 申请房间(列表)
  2199. /// </summary>
  2200. public sealed partial class SC_MD_GetRoomList : pb::IMessage<SC_MD_GetRoomList> {
  2201. private static readonly pb::MessageParser<SC_MD_GetRoomList> _parser = new pb::MessageParser<SC_MD_GetRoomList>(() => new SC_MD_GetRoomList());
  2202. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2203. public static pb::MessageParser<SC_MD_GetRoomList> Parser { get { return _parser; } }
  2204. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2205. public static pbr::MessageDescriptor Descriptor {
  2206. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[14]; }
  2207. }
  2208. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2209. pbr::MessageDescriptor pb::IMessage.Descriptor {
  2210. get { return Descriptor; }
  2211. }
  2212. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2213. public SC_MD_GetRoomList() {
  2214. OnConstruction();
  2215. }
  2216. partial void OnConstruction();
  2217. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2218. public SC_MD_GetRoomList(SC_MD_GetRoomList other) : this() {
  2219. roomInfos_ = other.roomInfos_.Clone();
  2220. }
  2221. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2222. public SC_MD_GetRoomList Clone() {
  2223. return new SC_MD_GetRoomList(this);
  2224. }
  2225. /// <summary>Field number for the "RoomInfos" field.</summary>
  2226. public const int RoomInfosFieldNumber = 1;
  2227. private static readonly pb::FieldCodec<global::MultiDup.SC_MD_GetRoomList.Types.RoomInfo> _repeated_roomInfos_codec
  2228. = pb::FieldCodec.ForMessage(10, global::MultiDup.SC_MD_GetRoomList.Types.RoomInfo.Parser);
  2229. private readonly pbc::RepeatedField<global::MultiDup.SC_MD_GetRoomList.Types.RoomInfo> roomInfos_ = new pbc::RepeatedField<global::MultiDup.SC_MD_GetRoomList.Types.RoomInfo>();
  2230. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2231. public pbc::RepeatedField<global::MultiDup.SC_MD_GetRoomList.Types.RoomInfo> RoomInfos {
  2232. get { return roomInfos_; }
  2233. }
  2234. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2235. public override bool Equals(object other) {
  2236. return Equals(other as SC_MD_GetRoomList);
  2237. }
  2238. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2239. public bool Equals(SC_MD_GetRoomList other) {
  2240. if (ReferenceEquals(other, null)) {
  2241. return false;
  2242. }
  2243. if (ReferenceEquals(other, this)) {
  2244. return true;
  2245. }
  2246. if(!roomInfos_.Equals(other.roomInfos_)) return false;
  2247. return true;
  2248. }
  2249. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2250. public override int GetHashCode() {
  2251. int hash = 1;
  2252. hash ^= roomInfos_.GetHashCode();
  2253. return hash;
  2254. }
  2255. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2256. public override string ToString() {
  2257. return pb::JsonFormatter.ToDiagnosticString(this);
  2258. }
  2259. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2260. public void WriteTo(pb::CodedOutputStream output) {
  2261. roomInfos_.WriteTo(output, _repeated_roomInfos_codec);
  2262. }
  2263. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2264. public int CalculateSize() {
  2265. int size = 0;
  2266. size += roomInfos_.CalculateSize(_repeated_roomInfos_codec);
  2267. return size;
  2268. }
  2269. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2270. public void MergeFrom(SC_MD_GetRoomList other) {
  2271. if (other == null) {
  2272. return;
  2273. }
  2274. roomInfos_.Add(other.roomInfos_);
  2275. }
  2276. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2277. public void MergeFrom(pb::CodedInputStream input) {
  2278. uint tag;
  2279. while ((tag = input.ReadTag()) != 0) {
  2280. switch(tag) {
  2281. default:
  2282. input.SkipLastField();
  2283. break;
  2284. case 10: {
  2285. roomInfos_.AddEntriesFrom(input, _repeated_roomInfos_codec);
  2286. break;
  2287. }
  2288. }
  2289. }
  2290. }
  2291. #region Nested types
  2292. /// <summary>Container for nested types declared in the SC_MD_GetRoomList message type.</summary>
  2293. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2294. public static partial class Types {
  2295. public sealed partial class RoomInfo : pb::IMessage<RoomInfo> {
  2296. private static readonly pb::MessageParser<RoomInfo> _parser = new pb::MessageParser<RoomInfo>(() => new RoomInfo());
  2297. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2298. public static pb::MessageParser<RoomInfo> Parser { get { return _parser; } }
  2299. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2300. public static pbr::MessageDescriptor Descriptor {
  2301. get { return global::MultiDup.SC_MD_GetRoomList.Descriptor.NestedTypes[0]; }
  2302. }
  2303. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2304. pbr::MessageDescriptor pb::IMessage.Descriptor {
  2305. get { return Descriptor; }
  2306. }
  2307. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2308. public RoomInfo() {
  2309. OnConstruction();
  2310. }
  2311. partial void OnConstruction();
  2312. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2313. public RoomInfo(RoomInfo other) : this() {
  2314. roomId_ = other.roomId_;
  2315. mapid_ = other.mapid_;
  2316. playerUids_ = other.playerUids_.Clone();
  2317. battleserver_ = other.battleserver_;
  2318. battleServerPort_ = other.battleServerPort_;
  2319. }
  2320. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2321. public RoomInfo Clone() {
  2322. return new RoomInfo(this);
  2323. }
  2324. /// <summary>Field number for the "RoomId" field.</summary>
  2325. public const int RoomIdFieldNumber = 1;
  2326. private int roomId_;
  2327. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2328. public int RoomId {
  2329. get { return roomId_; }
  2330. set {
  2331. roomId_ = value;
  2332. }
  2333. }
  2334. /// <summary>Field number for the "Mapid" field.</summary>
  2335. public const int MapidFieldNumber = 2;
  2336. private int mapid_;
  2337. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2338. public int Mapid {
  2339. get { return mapid_; }
  2340. set {
  2341. mapid_ = value;
  2342. }
  2343. }
  2344. /// <summary>Field number for the "PlayerUids" field.</summary>
  2345. public const int PlayerUidsFieldNumber = 3;
  2346. private static readonly pb::FieldCodec<string> _repeated_playerUids_codec
  2347. = pb::FieldCodec.ForString(26);
  2348. private readonly pbc::RepeatedField<string> playerUids_ = new pbc::RepeatedField<string>();
  2349. /// <summary>
  2350. ///??
  2351. /// </summary>
  2352. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2353. public pbc::RepeatedField<string> PlayerUids {
  2354. get { return playerUids_; }
  2355. }
  2356. /// <summary>Field number for the "Battleserver" field.</summary>
  2357. public const int BattleserverFieldNumber = 4;
  2358. private string battleserver_ = "";
  2359. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2360. public string Battleserver {
  2361. get { return battleserver_; }
  2362. set {
  2363. battleserver_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  2364. }
  2365. }
  2366. /// <summary>Field number for the "BattleServerPort" field.</summary>
  2367. public const int BattleServerPortFieldNumber = 5;
  2368. private int battleServerPort_;
  2369. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2370. public int BattleServerPort {
  2371. get { return battleServerPort_; }
  2372. set {
  2373. battleServerPort_ = value;
  2374. }
  2375. }
  2376. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2377. public override bool Equals(object other) {
  2378. return Equals(other as RoomInfo);
  2379. }
  2380. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2381. public bool Equals(RoomInfo other) {
  2382. if (ReferenceEquals(other, null)) {
  2383. return false;
  2384. }
  2385. if (ReferenceEquals(other, this)) {
  2386. return true;
  2387. }
  2388. if (RoomId != other.RoomId) return false;
  2389. if (Mapid != other.Mapid) return false;
  2390. if(!playerUids_.Equals(other.playerUids_)) return false;
  2391. if (Battleserver != other.Battleserver) return false;
  2392. if (BattleServerPort != other.BattleServerPort) return false;
  2393. return true;
  2394. }
  2395. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2396. public override int GetHashCode() {
  2397. int hash = 1;
  2398. if (RoomId != 0) hash ^= RoomId.GetHashCode();
  2399. if (Mapid != 0) hash ^= Mapid.GetHashCode();
  2400. hash ^= playerUids_.GetHashCode();
  2401. if (Battleserver.Length != 0) hash ^= Battleserver.GetHashCode();
  2402. if (BattleServerPort != 0) hash ^= BattleServerPort.GetHashCode();
  2403. return hash;
  2404. }
  2405. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2406. public override string ToString() {
  2407. return pb::JsonFormatter.ToDiagnosticString(this);
  2408. }
  2409. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2410. public void WriteTo(pb::CodedOutputStream output) {
  2411. if (RoomId != 0) {
  2412. output.WriteRawTag(8);
  2413. output.WriteInt32(RoomId);
  2414. }
  2415. if (Mapid != 0) {
  2416. output.WriteRawTag(16);
  2417. output.WriteInt32(Mapid);
  2418. }
  2419. playerUids_.WriteTo(output, _repeated_playerUids_codec);
  2420. if (Battleserver.Length != 0) {
  2421. output.WriteRawTag(34);
  2422. output.WriteString(Battleserver);
  2423. }
  2424. if (BattleServerPort != 0) {
  2425. output.WriteRawTag(40);
  2426. output.WriteInt32(BattleServerPort);
  2427. }
  2428. }
  2429. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2430. public int CalculateSize() {
  2431. int size = 0;
  2432. if (RoomId != 0) {
  2433. size += 1 + pb::CodedOutputStream.ComputeInt32Size(RoomId);
  2434. }
  2435. if (Mapid != 0) {
  2436. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Mapid);
  2437. }
  2438. size += playerUids_.CalculateSize(_repeated_playerUids_codec);
  2439. if (Battleserver.Length != 0) {
  2440. size += 1 + pb::CodedOutputStream.ComputeStringSize(Battleserver);
  2441. }
  2442. if (BattleServerPort != 0) {
  2443. size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleServerPort);
  2444. }
  2445. return size;
  2446. }
  2447. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2448. public void MergeFrom(RoomInfo other) {
  2449. if (other == null) {
  2450. return;
  2451. }
  2452. if (other.RoomId != 0) {
  2453. RoomId = other.RoomId;
  2454. }
  2455. if (other.Mapid != 0) {
  2456. Mapid = other.Mapid;
  2457. }
  2458. playerUids_.Add(other.playerUids_);
  2459. if (other.Battleserver.Length != 0) {
  2460. Battleserver = other.Battleserver;
  2461. }
  2462. if (other.BattleServerPort != 0) {
  2463. BattleServerPort = other.BattleServerPort;
  2464. }
  2465. }
  2466. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2467. public void MergeFrom(pb::CodedInputStream input) {
  2468. uint tag;
  2469. while ((tag = input.ReadTag()) != 0) {
  2470. switch(tag) {
  2471. default:
  2472. input.SkipLastField();
  2473. break;
  2474. case 8: {
  2475. RoomId = input.ReadInt32();
  2476. break;
  2477. }
  2478. case 16: {
  2479. Mapid = input.ReadInt32();
  2480. break;
  2481. }
  2482. case 26: {
  2483. playerUids_.AddEntriesFrom(input, _repeated_playerUids_codec);
  2484. break;
  2485. }
  2486. case 34: {
  2487. Battleserver = input.ReadString();
  2488. break;
  2489. }
  2490. case 40: {
  2491. BattleServerPort = input.ReadInt32();
  2492. break;
  2493. }
  2494. }
  2495. }
  2496. }
  2497. }
  2498. }
  2499. #endregion
  2500. }
  2501. /// <summary>
  2502. /// 多人副本, 加入房间
  2503. /// </summary>
  2504. public sealed partial class SC_MD_EnterRoom : pb::IMessage<SC_MD_EnterRoom> {
  2505. private static readonly pb::MessageParser<SC_MD_EnterRoom> _parser = new pb::MessageParser<SC_MD_EnterRoom>(() => new SC_MD_EnterRoom());
  2506. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2507. public static pb::MessageParser<SC_MD_EnterRoom> Parser { get { return _parser; } }
  2508. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2509. public static pbr::MessageDescriptor Descriptor {
  2510. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[15]; }
  2511. }
  2512. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2513. pbr::MessageDescriptor pb::IMessage.Descriptor {
  2514. get { return Descriptor; }
  2515. }
  2516. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2517. public SC_MD_EnterRoom() {
  2518. OnConstruction();
  2519. }
  2520. partial void OnConstruction();
  2521. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2522. public SC_MD_EnterRoom(SC_MD_EnterRoom other) : this() {
  2523. zoneid_ = other.zoneid_;
  2524. uid_ = other.uid_;
  2525. mapid_ = other.mapid_;
  2526. ip_ = other.ip_;
  2527. port_ = other.port_;
  2528. playerUids_ = other.playerUids_.Clone();
  2529. }
  2530. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2531. public SC_MD_EnterRoom Clone() {
  2532. return new SC_MD_EnterRoom(this);
  2533. }
  2534. /// <summary>Field number for the "Zoneid" field.</summary>
  2535. public const int ZoneidFieldNumber = 1;
  2536. private int zoneid_;
  2537. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2538. public int Zoneid {
  2539. get { return zoneid_; }
  2540. set {
  2541. zoneid_ = value;
  2542. }
  2543. }
  2544. /// <summary>Field number for the "Uid" field.</summary>
  2545. public const int UidFieldNumber = 2;
  2546. private string uid_ = "";
  2547. /// <summary>
  2548. /// (新进id)
  2549. /// </summary>
  2550. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2551. public string Uid {
  2552. get { return uid_; }
  2553. set {
  2554. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  2555. }
  2556. }
  2557. /// <summary>Field number for the "Mapid" field.</summary>
  2558. public const int MapidFieldNumber = 3;
  2559. private int mapid_;
  2560. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2561. public int Mapid {
  2562. get { return mapid_; }
  2563. set {
  2564. mapid_ = value;
  2565. }
  2566. }
  2567. /// <summary>Field number for the "Ip" field.</summary>
  2568. public const int IpFieldNumber = 4;
  2569. private string ip_ = "";
  2570. /// <summary>
  2571. /// 战斗服务器ip
  2572. /// </summary>
  2573. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2574. public string Ip {
  2575. get { return ip_; }
  2576. set {
  2577. ip_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  2578. }
  2579. }
  2580. /// <summary>Field number for the "Port" field.</summary>
  2581. public const int PortFieldNumber = 5;
  2582. private int port_;
  2583. /// <summary>
  2584. /// 战斗服务器端口
  2585. /// </summary>
  2586. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2587. public int Port {
  2588. get { return port_; }
  2589. set {
  2590. port_ = value;
  2591. }
  2592. }
  2593. /// <summary>Field number for the "PlayerUids" field.</summary>
  2594. public const int PlayerUidsFieldNumber = 6;
  2595. private static readonly pb::FieldCodec<string> _repeated_playerUids_codec
  2596. = pb::FieldCodec.ForString(50);
  2597. private readonly pbc::RepeatedField<string> playerUids_ = new pbc::RepeatedField<string>();
  2598. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2599. public pbc::RepeatedField<string> PlayerUids {
  2600. get { return playerUids_; }
  2601. }
  2602. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2603. public override bool Equals(object other) {
  2604. return Equals(other as SC_MD_EnterRoom);
  2605. }
  2606. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2607. public bool Equals(SC_MD_EnterRoom other) {
  2608. if (ReferenceEquals(other, null)) {
  2609. return false;
  2610. }
  2611. if (ReferenceEquals(other, this)) {
  2612. return true;
  2613. }
  2614. if (Zoneid != other.Zoneid) return false;
  2615. if (Uid != other.Uid) return false;
  2616. if (Mapid != other.Mapid) return false;
  2617. if (Ip != other.Ip) return false;
  2618. if (Port != other.Port) return false;
  2619. if(!playerUids_.Equals(other.playerUids_)) return false;
  2620. return true;
  2621. }
  2622. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2623. public override int GetHashCode() {
  2624. int hash = 1;
  2625. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  2626. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  2627. if (Mapid != 0) hash ^= Mapid.GetHashCode();
  2628. if (Ip.Length != 0) hash ^= Ip.GetHashCode();
  2629. if (Port != 0) hash ^= Port.GetHashCode();
  2630. hash ^= playerUids_.GetHashCode();
  2631. return hash;
  2632. }
  2633. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2634. public override string ToString() {
  2635. return pb::JsonFormatter.ToDiagnosticString(this);
  2636. }
  2637. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2638. public void WriteTo(pb::CodedOutputStream output) {
  2639. if (Zoneid != 0) {
  2640. output.WriteRawTag(8);
  2641. output.WriteInt32(Zoneid);
  2642. }
  2643. if (Uid.Length != 0) {
  2644. output.WriteRawTag(18);
  2645. output.WriteString(Uid);
  2646. }
  2647. if (Mapid != 0) {
  2648. output.WriteRawTag(24);
  2649. output.WriteInt32(Mapid);
  2650. }
  2651. if (Ip.Length != 0) {
  2652. output.WriteRawTag(34);
  2653. output.WriteString(Ip);
  2654. }
  2655. if (Port != 0) {
  2656. output.WriteRawTag(40);
  2657. output.WriteInt32(Port);
  2658. }
  2659. playerUids_.WriteTo(output, _repeated_playerUids_codec);
  2660. }
  2661. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2662. public int CalculateSize() {
  2663. int size = 0;
  2664. if (Zoneid != 0) {
  2665. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  2666. }
  2667. if (Uid.Length != 0) {
  2668. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  2669. }
  2670. if (Mapid != 0) {
  2671. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Mapid);
  2672. }
  2673. if (Ip.Length != 0) {
  2674. size += 1 + pb::CodedOutputStream.ComputeStringSize(Ip);
  2675. }
  2676. if (Port != 0) {
  2677. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Port);
  2678. }
  2679. size += playerUids_.CalculateSize(_repeated_playerUids_codec);
  2680. return size;
  2681. }
  2682. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2683. public void MergeFrom(SC_MD_EnterRoom other) {
  2684. if (other == null) {
  2685. return;
  2686. }
  2687. if (other.Zoneid != 0) {
  2688. Zoneid = other.Zoneid;
  2689. }
  2690. if (other.Uid.Length != 0) {
  2691. Uid = other.Uid;
  2692. }
  2693. if (other.Mapid != 0) {
  2694. Mapid = other.Mapid;
  2695. }
  2696. if (other.Ip.Length != 0) {
  2697. Ip = other.Ip;
  2698. }
  2699. if (other.Port != 0) {
  2700. Port = other.Port;
  2701. }
  2702. playerUids_.Add(other.playerUids_);
  2703. }
  2704. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2705. public void MergeFrom(pb::CodedInputStream input) {
  2706. uint tag;
  2707. while ((tag = input.ReadTag()) != 0) {
  2708. switch(tag) {
  2709. default:
  2710. input.SkipLastField();
  2711. break;
  2712. case 8: {
  2713. Zoneid = input.ReadInt32();
  2714. break;
  2715. }
  2716. case 18: {
  2717. Uid = input.ReadString();
  2718. break;
  2719. }
  2720. case 24: {
  2721. Mapid = input.ReadInt32();
  2722. break;
  2723. }
  2724. case 34: {
  2725. Ip = input.ReadString();
  2726. break;
  2727. }
  2728. case 40: {
  2729. Port = input.ReadInt32();
  2730. break;
  2731. }
  2732. case 50: {
  2733. playerUids_.AddEntriesFrom(input, _repeated_playerUids_codec);
  2734. break;
  2735. }
  2736. }
  2737. }
  2738. }
  2739. }
  2740. /// <summary>
  2741. /// 多人副本, 离开房间
  2742. /// </summary>
  2743. public sealed partial class SC_MD_LeaveRoom : pb::IMessage<SC_MD_LeaveRoom> {
  2744. private static readonly pb::MessageParser<SC_MD_LeaveRoom> _parser = new pb::MessageParser<SC_MD_LeaveRoom>(() => new SC_MD_LeaveRoom());
  2745. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2746. public static pb::MessageParser<SC_MD_LeaveRoom> Parser { get { return _parser; } }
  2747. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2748. public static pbr::MessageDescriptor Descriptor {
  2749. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[16]; }
  2750. }
  2751. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2752. pbr::MessageDescriptor pb::IMessage.Descriptor {
  2753. get { return Descriptor; }
  2754. }
  2755. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2756. public SC_MD_LeaveRoom() {
  2757. OnConstruction();
  2758. }
  2759. partial void OnConstruction();
  2760. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2761. public SC_MD_LeaveRoom(SC_MD_LeaveRoom other) : this() {
  2762. zoneid_ = other.zoneid_;
  2763. uid_ = other.uid_;
  2764. }
  2765. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2766. public SC_MD_LeaveRoom Clone() {
  2767. return new SC_MD_LeaveRoom(this);
  2768. }
  2769. /// <summary>Field number for the "Zoneid" field.</summary>
  2770. public const int ZoneidFieldNumber = 1;
  2771. private int zoneid_;
  2772. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2773. public int Zoneid {
  2774. get { return zoneid_; }
  2775. set {
  2776. zoneid_ = value;
  2777. }
  2778. }
  2779. /// <summary>Field number for the "Uid" field.</summary>
  2780. public const int UidFieldNumber = 2;
  2781. private string uid_ = "";
  2782. /// <summary>
  2783. /// (离开id)
  2784. /// </summary>
  2785. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2786. public string Uid {
  2787. get { return uid_; }
  2788. set {
  2789. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  2790. }
  2791. }
  2792. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2793. public override bool Equals(object other) {
  2794. return Equals(other as SC_MD_LeaveRoom);
  2795. }
  2796. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2797. public bool Equals(SC_MD_LeaveRoom other) {
  2798. if (ReferenceEquals(other, null)) {
  2799. return false;
  2800. }
  2801. if (ReferenceEquals(other, this)) {
  2802. return true;
  2803. }
  2804. if (Zoneid != other.Zoneid) return false;
  2805. if (Uid != other.Uid) return false;
  2806. return true;
  2807. }
  2808. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2809. public override int GetHashCode() {
  2810. int hash = 1;
  2811. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  2812. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  2813. return hash;
  2814. }
  2815. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2816. public override string ToString() {
  2817. return pb::JsonFormatter.ToDiagnosticString(this);
  2818. }
  2819. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2820. public void WriteTo(pb::CodedOutputStream output) {
  2821. if (Zoneid != 0) {
  2822. output.WriteRawTag(8);
  2823. output.WriteInt32(Zoneid);
  2824. }
  2825. if (Uid.Length != 0) {
  2826. output.WriteRawTag(18);
  2827. output.WriteString(Uid);
  2828. }
  2829. }
  2830. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2831. public int CalculateSize() {
  2832. int size = 0;
  2833. if (Zoneid != 0) {
  2834. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  2835. }
  2836. if (Uid.Length != 0) {
  2837. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  2838. }
  2839. return size;
  2840. }
  2841. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2842. public void MergeFrom(SC_MD_LeaveRoom other) {
  2843. if (other == null) {
  2844. return;
  2845. }
  2846. if (other.Zoneid != 0) {
  2847. Zoneid = other.Zoneid;
  2848. }
  2849. if (other.Uid.Length != 0) {
  2850. Uid = other.Uid;
  2851. }
  2852. }
  2853. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2854. public void MergeFrom(pb::CodedInputStream input) {
  2855. uint tag;
  2856. while ((tag = input.ReadTag()) != 0) {
  2857. switch(tag) {
  2858. default:
  2859. input.SkipLastField();
  2860. break;
  2861. case 8: {
  2862. Zoneid = input.ReadInt32();
  2863. break;
  2864. }
  2865. case 18: {
  2866. Uid = input.ReadString();
  2867. break;
  2868. }
  2869. }
  2870. }
  2871. }
  2872. }
  2873. /// <summary>
  2874. /// 多人副本, 开始游戏(创建者)
  2875. /// </summary>
  2876. public sealed partial class SC_MD_BeginDup : pb::IMessage<SC_MD_BeginDup> {
  2877. private static readonly pb::MessageParser<SC_MD_BeginDup> _parser = new pb::MessageParser<SC_MD_BeginDup>(() => new SC_MD_BeginDup());
  2878. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2879. public static pb::MessageParser<SC_MD_BeginDup> Parser { get { return _parser; } }
  2880. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2881. public static pbr::MessageDescriptor Descriptor {
  2882. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[17]; }
  2883. }
  2884. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2885. pbr::MessageDescriptor pb::IMessage.Descriptor {
  2886. get { return Descriptor; }
  2887. }
  2888. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2889. public SC_MD_BeginDup() {
  2890. OnConstruction();
  2891. }
  2892. partial void OnConstruction();
  2893. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2894. public SC_MD_BeginDup(SC_MD_BeginDup other) : this() {
  2895. battleserver_ = other.battleserver_;
  2896. battleServerPort_ = other.battleServerPort_;
  2897. mapid_ = other.mapid_;
  2898. }
  2899. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2900. public SC_MD_BeginDup Clone() {
  2901. return new SC_MD_BeginDup(this);
  2902. }
  2903. /// <summary>Field number for the "Battleserver" field.</summary>
  2904. public const int BattleserverFieldNumber = 1;
  2905. private string battleserver_ = "";
  2906. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2907. public string Battleserver {
  2908. get { return battleserver_; }
  2909. set {
  2910. battleserver_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  2911. }
  2912. }
  2913. /// <summary>Field number for the "BattleServerPort" field.</summary>
  2914. public const int BattleServerPortFieldNumber = 2;
  2915. private int battleServerPort_;
  2916. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2917. public int BattleServerPort {
  2918. get { return battleServerPort_; }
  2919. set {
  2920. battleServerPort_ = value;
  2921. }
  2922. }
  2923. /// <summary>Field number for the "Mapid" field.</summary>
  2924. public const int MapidFieldNumber = 3;
  2925. private int mapid_;
  2926. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2927. public int Mapid {
  2928. get { return mapid_; }
  2929. set {
  2930. mapid_ = value;
  2931. }
  2932. }
  2933. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2934. public override bool Equals(object other) {
  2935. return Equals(other as SC_MD_BeginDup);
  2936. }
  2937. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2938. public bool Equals(SC_MD_BeginDup other) {
  2939. if (ReferenceEquals(other, null)) {
  2940. return false;
  2941. }
  2942. if (ReferenceEquals(other, this)) {
  2943. return true;
  2944. }
  2945. if (Battleserver != other.Battleserver) return false;
  2946. if (BattleServerPort != other.BattleServerPort) return false;
  2947. if (Mapid != other.Mapid) return false;
  2948. return true;
  2949. }
  2950. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2951. public override int GetHashCode() {
  2952. int hash = 1;
  2953. if (Battleserver.Length != 0) hash ^= Battleserver.GetHashCode();
  2954. if (BattleServerPort != 0) hash ^= BattleServerPort.GetHashCode();
  2955. if (Mapid != 0) hash ^= Mapid.GetHashCode();
  2956. return hash;
  2957. }
  2958. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2959. public override string ToString() {
  2960. return pb::JsonFormatter.ToDiagnosticString(this);
  2961. }
  2962. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2963. public void WriteTo(pb::CodedOutputStream output) {
  2964. if (Battleserver.Length != 0) {
  2965. output.WriteRawTag(10);
  2966. output.WriteString(Battleserver);
  2967. }
  2968. if (BattleServerPort != 0) {
  2969. output.WriteRawTag(16);
  2970. output.WriteInt32(BattleServerPort);
  2971. }
  2972. if (Mapid != 0) {
  2973. output.WriteRawTag(24);
  2974. output.WriteInt32(Mapid);
  2975. }
  2976. }
  2977. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2978. public int CalculateSize() {
  2979. int size = 0;
  2980. if (Battleserver.Length != 0) {
  2981. size += 1 + pb::CodedOutputStream.ComputeStringSize(Battleserver);
  2982. }
  2983. if (BattleServerPort != 0) {
  2984. size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleServerPort);
  2985. }
  2986. if (Mapid != 0) {
  2987. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Mapid);
  2988. }
  2989. return size;
  2990. }
  2991. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  2992. public void MergeFrom(SC_MD_BeginDup other) {
  2993. if (other == null) {
  2994. return;
  2995. }
  2996. if (other.Battleserver.Length != 0) {
  2997. Battleserver = other.Battleserver;
  2998. }
  2999. if (other.BattleServerPort != 0) {
  3000. BattleServerPort = other.BattleServerPort;
  3001. }
  3002. if (other.Mapid != 0) {
  3003. Mapid = other.Mapid;
  3004. }
  3005. }
  3006. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3007. public void MergeFrom(pb::CodedInputStream input) {
  3008. uint tag;
  3009. while ((tag = input.ReadTag()) != 0) {
  3010. switch(tag) {
  3011. default:
  3012. input.SkipLastField();
  3013. break;
  3014. case 10: {
  3015. Battleserver = input.ReadString();
  3016. break;
  3017. }
  3018. case 16: {
  3019. BattleServerPort = input.ReadInt32();
  3020. break;
  3021. }
  3022. case 24: {
  3023. Mapid = input.ReadInt32();
  3024. break;
  3025. }
  3026. }
  3027. }
  3028. }
  3029. }
  3030. public sealed partial class SC_BT_Login : pb::IMessage<SC_BT_Login> {
  3031. private static readonly pb::MessageParser<SC_BT_Login> _parser = new pb::MessageParser<SC_BT_Login>(() => new SC_BT_Login());
  3032. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3033. public static pb::MessageParser<SC_BT_Login> Parser { get { return _parser; } }
  3034. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3035. public static pbr::MessageDescriptor Descriptor {
  3036. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[18]; }
  3037. }
  3038. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3039. pbr::MessageDescriptor pb::IMessage.Descriptor {
  3040. get { return Descriptor; }
  3041. }
  3042. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3043. public SC_BT_Login() {
  3044. OnConstruction();
  3045. }
  3046. partial void OnConstruction();
  3047. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3048. public SC_BT_Login(SC_BT_Login other) : this() {
  3049. zoneid_ = other.zoneid_;
  3050. uid_ = other.uid_;
  3051. msg_ = other.msg_;
  3052. }
  3053. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3054. public SC_BT_Login Clone() {
  3055. return new SC_BT_Login(this);
  3056. }
  3057. /// <summary>Field number for the "Zoneid" field.</summary>
  3058. public const int ZoneidFieldNumber = 1;
  3059. private int zoneid_;
  3060. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3061. public int Zoneid {
  3062. get { return zoneid_; }
  3063. set {
  3064. zoneid_ = value;
  3065. }
  3066. }
  3067. /// <summary>Field number for the "Uid" field.</summary>
  3068. public const int UidFieldNumber = 2;
  3069. private string uid_ = "";
  3070. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3071. public string Uid {
  3072. get { return uid_; }
  3073. set {
  3074. uid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3075. }
  3076. }
  3077. /// <summary>Field number for the "Msg" field.</summary>
  3078. public const int MsgFieldNumber = 3;
  3079. private string msg_ = "";
  3080. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3081. public string Msg {
  3082. get { return msg_; }
  3083. set {
  3084. msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3085. }
  3086. }
  3087. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3088. public override bool Equals(object other) {
  3089. return Equals(other as SC_BT_Login);
  3090. }
  3091. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3092. public bool Equals(SC_BT_Login other) {
  3093. if (ReferenceEquals(other, null)) {
  3094. return false;
  3095. }
  3096. if (ReferenceEquals(other, this)) {
  3097. return true;
  3098. }
  3099. if (Zoneid != other.Zoneid) return false;
  3100. if (Uid != other.Uid) return false;
  3101. if (Msg != other.Msg) return false;
  3102. return true;
  3103. }
  3104. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3105. public override int GetHashCode() {
  3106. int hash = 1;
  3107. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  3108. if (Uid.Length != 0) hash ^= Uid.GetHashCode();
  3109. if (Msg.Length != 0) hash ^= Msg.GetHashCode();
  3110. return hash;
  3111. }
  3112. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3113. public override string ToString() {
  3114. return pb::JsonFormatter.ToDiagnosticString(this);
  3115. }
  3116. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3117. public void WriteTo(pb::CodedOutputStream output) {
  3118. if (Zoneid != 0) {
  3119. output.WriteRawTag(8);
  3120. output.WriteInt32(Zoneid);
  3121. }
  3122. if (Uid.Length != 0) {
  3123. output.WriteRawTag(18);
  3124. output.WriteString(Uid);
  3125. }
  3126. if (Msg.Length != 0) {
  3127. output.WriteRawTag(26);
  3128. output.WriteString(Msg);
  3129. }
  3130. }
  3131. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3132. public int CalculateSize() {
  3133. int size = 0;
  3134. if (Zoneid != 0) {
  3135. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  3136. }
  3137. if (Uid.Length != 0) {
  3138. size += 1 + pb::CodedOutputStream.ComputeStringSize(Uid);
  3139. }
  3140. if (Msg.Length != 0) {
  3141. size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg);
  3142. }
  3143. return size;
  3144. }
  3145. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3146. public void MergeFrom(SC_BT_Login other) {
  3147. if (other == null) {
  3148. return;
  3149. }
  3150. if (other.Zoneid != 0) {
  3151. Zoneid = other.Zoneid;
  3152. }
  3153. if (other.Uid.Length != 0) {
  3154. Uid = other.Uid;
  3155. }
  3156. if (other.Msg.Length != 0) {
  3157. Msg = other.Msg;
  3158. }
  3159. }
  3160. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3161. public void MergeFrom(pb::CodedInputStream input) {
  3162. uint tag;
  3163. while ((tag = input.ReadTag()) != 0) {
  3164. switch(tag) {
  3165. default:
  3166. input.SkipLastField();
  3167. break;
  3168. case 8: {
  3169. Zoneid = input.ReadInt32();
  3170. break;
  3171. }
  3172. case 18: {
  3173. Uid = input.ReadString();
  3174. break;
  3175. }
  3176. case 26: {
  3177. Msg = input.ReadString();
  3178. break;
  3179. }
  3180. }
  3181. }
  3182. }
  3183. }
  3184. /// <summary>
  3185. /// 战斗服务器, 玩家列表更新
  3186. /// </summary>
  3187. public sealed partial class SC_BT_PeopleList : pb::IMessage<SC_BT_PeopleList> {
  3188. private static readonly pb::MessageParser<SC_BT_PeopleList> _parser = new pb::MessageParser<SC_BT_PeopleList>(() => new SC_BT_PeopleList());
  3189. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3190. public static pb::MessageParser<SC_BT_PeopleList> Parser { get { return _parser; } }
  3191. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3192. public static pbr::MessageDescriptor Descriptor {
  3193. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[19]; }
  3194. }
  3195. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3196. pbr::MessageDescriptor pb::IMessage.Descriptor {
  3197. get { return Descriptor; }
  3198. }
  3199. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3200. public SC_BT_PeopleList() {
  3201. OnConstruction();
  3202. }
  3203. partial void OnConstruction();
  3204. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3205. public SC_BT_PeopleList(SC_BT_PeopleList other) : this() {
  3206. zoneid_ = other.zoneid_;
  3207. newerUid_ = other.newerUid_;
  3208. playerUids_ = other.playerUids_.Clone();
  3209. }
  3210. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3211. public SC_BT_PeopleList Clone() {
  3212. return new SC_BT_PeopleList(this);
  3213. }
  3214. /// <summary>Field number for the "Zoneid" field.</summary>
  3215. public const int ZoneidFieldNumber = 1;
  3216. private int zoneid_;
  3217. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3218. public int Zoneid {
  3219. get { return zoneid_; }
  3220. set {
  3221. zoneid_ = value;
  3222. }
  3223. }
  3224. /// <summary>Field number for the "NewerUid" field.</summary>
  3225. public const int NewerUidFieldNumber = 2;
  3226. private string newerUid_ = "";
  3227. /// <summary>
  3228. /// (新进id)
  3229. /// </summary>
  3230. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3231. public string NewerUid {
  3232. get { return newerUid_; }
  3233. set {
  3234. newerUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3235. }
  3236. }
  3237. /// <summary>Field number for the "PlayerUids" field.</summary>
  3238. public const int PlayerUidsFieldNumber = 3;
  3239. private static readonly pb::FieldCodec<string> _repeated_playerUids_codec
  3240. = pb::FieldCodec.ForString(26);
  3241. private readonly pbc::RepeatedField<string> playerUids_ = new pbc::RepeatedField<string>();
  3242. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3243. public pbc::RepeatedField<string> PlayerUids {
  3244. get { return playerUids_; }
  3245. }
  3246. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3247. public override bool Equals(object other) {
  3248. return Equals(other as SC_BT_PeopleList);
  3249. }
  3250. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3251. public bool Equals(SC_BT_PeopleList other) {
  3252. if (ReferenceEquals(other, null)) {
  3253. return false;
  3254. }
  3255. if (ReferenceEquals(other, this)) {
  3256. return true;
  3257. }
  3258. if (Zoneid != other.Zoneid) return false;
  3259. if (NewerUid != other.NewerUid) return false;
  3260. if(!playerUids_.Equals(other.playerUids_)) return false;
  3261. return true;
  3262. }
  3263. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3264. public override int GetHashCode() {
  3265. int hash = 1;
  3266. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  3267. if (NewerUid.Length != 0) hash ^= NewerUid.GetHashCode();
  3268. hash ^= playerUids_.GetHashCode();
  3269. return hash;
  3270. }
  3271. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3272. public override string ToString() {
  3273. return pb::JsonFormatter.ToDiagnosticString(this);
  3274. }
  3275. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3276. public void WriteTo(pb::CodedOutputStream output) {
  3277. if (Zoneid != 0) {
  3278. output.WriteRawTag(8);
  3279. output.WriteInt32(Zoneid);
  3280. }
  3281. if (NewerUid.Length != 0) {
  3282. output.WriteRawTag(18);
  3283. output.WriteString(NewerUid);
  3284. }
  3285. playerUids_.WriteTo(output, _repeated_playerUids_codec);
  3286. }
  3287. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3288. public int CalculateSize() {
  3289. int size = 0;
  3290. if (Zoneid != 0) {
  3291. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  3292. }
  3293. if (NewerUid.Length != 0) {
  3294. size += 1 + pb::CodedOutputStream.ComputeStringSize(NewerUid);
  3295. }
  3296. size += playerUids_.CalculateSize(_repeated_playerUids_codec);
  3297. return size;
  3298. }
  3299. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3300. public void MergeFrom(SC_BT_PeopleList other) {
  3301. if (other == null) {
  3302. return;
  3303. }
  3304. if (other.Zoneid != 0) {
  3305. Zoneid = other.Zoneid;
  3306. }
  3307. if (other.NewerUid.Length != 0) {
  3308. NewerUid = other.NewerUid;
  3309. }
  3310. playerUids_.Add(other.playerUids_);
  3311. }
  3312. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3313. public void MergeFrom(pb::CodedInputStream input) {
  3314. uint tag;
  3315. while ((tag = input.ReadTag()) != 0) {
  3316. switch(tag) {
  3317. default:
  3318. input.SkipLastField();
  3319. break;
  3320. case 8: {
  3321. Zoneid = input.ReadInt32();
  3322. break;
  3323. }
  3324. case 18: {
  3325. NewerUid = input.ReadString();
  3326. break;
  3327. }
  3328. case 26: {
  3329. playerUids_.AddEntriesFrom(input, _repeated_playerUids_codec);
  3330. break;
  3331. }
  3332. }
  3333. }
  3334. }
  3335. }
  3336. /// <summary>
  3337. /// 战斗服务 同步状态
  3338. /// </summary>
  3339. public sealed partial class SC_BT_Status : pb::IMessage<SC_BT_Status> {
  3340. private static readonly pb::MessageParser<SC_BT_Status> _parser = new pb::MessageParser<SC_BT_Status>(() => new SC_BT_Status());
  3341. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3342. public static pb::MessageParser<SC_BT_Status> Parser { get { return _parser; } }
  3343. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3344. public static pbr::MessageDescriptor Descriptor {
  3345. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[20]; }
  3346. }
  3347. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3348. pbr::MessageDescriptor pb::IMessage.Descriptor {
  3349. get { return Descriptor; }
  3350. }
  3351. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3352. public SC_BT_Status() {
  3353. OnConstruction();
  3354. }
  3355. partial void OnConstruction();
  3356. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3357. public SC_BT_Status(SC_BT_Status other) : this() {
  3358. zoneid_ = other.zoneid_;
  3359. senderUid_ = other.senderUid_;
  3360. propertyName_ = other.propertyName_;
  3361. value_ = other.value_;
  3362. }
  3363. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3364. public SC_BT_Status Clone() {
  3365. return new SC_BT_Status(this);
  3366. }
  3367. /// <summary>Field number for the "Zoneid" field.</summary>
  3368. public const int ZoneidFieldNumber = 1;
  3369. private int zoneid_;
  3370. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3371. public int Zoneid {
  3372. get { return zoneid_; }
  3373. set {
  3374. zoneid_ = value;
  3375. }
  3376. }
  3377. /// <summary>Field number for the "SenderUid" field.</summary>
  3378. public const int SenderUidFieldNumber = 2;
  3379. private string senderUid_ = "";
  3380. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3381. public string SenderUid {
  3382. get { return senderUid_; }
  3383. set {
  3384. senderUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3385. }
  3386. }
  3387. /// <summary>Field number for the "PropertyName" field.</summary>
  3388. public const int PropertyNameFieldNumber = 3;
  3389. private string propertyName_ = "";
  3390. /// <summary>
  3391. /// 属性名称
  3392. /// </summary>
  3393. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3394. public string PropertyName {
  3395. get { return propertyName_; }
  3396. set {
  3397. propertyName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3398. }
  3399. }
  3400. /// <summary>Field number for the "Value" field.</summary>
  3401. public const int ValueFieldNumber = 4;
  3402. private string value_ = "";
  3403. /// <summary>
  3404. /// 属性值
  3405. /// </summary>
  3406. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3407. public string Value {
  3408. get { return value_; }
  3409. set {
  3410. value_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3411. }
  3412. }
  3413. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3414. public override bool Equals(object other) {
  3415. return Equals(other as SC_BT_Status);
  3416. }
  3417. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3418. public bool Equals(SC_BT_Status other) {
  3419. if (ReferenceEquals(other, null)) {
  3420. return false;
  3421. }
  3422. if (ReferenceEquals(other, this)) {
  3423. return true;
  3424. }
  3425. if (Zoneid != other.Zoneid) return false;
  3426. if (SenderUid != other.SenderUid) return false;
  3427. if (PropertyName != other.PropertyName) return false;
  3428. if (Value != other.Value) return false;
  3429. return true;
  3430. }
  3431. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3432. public override int GetHashCode() {
  3433. int hash = 1;
  3434. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  3435. if (SenderUid.Length != 0) hash ^= SenderUid.GetHashCode();
  3436. if (PropertyName.Length != 0) hash ^= PropertyName.GetHashCode();
  3437. if (Value.Length != 0) hash ^= Value.GetHashCode();
  3438. return hash;
  3439. }
  3440. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3441. public override string ToString() {
  3442. return pb::JsonFormatter.ToDiagnosticString(this);
  3443. }
  3444. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3445. public void WriteTo(pb::CodedOutputStream output) {
  3446. if (Zoneid != 0) {
  3447. output.WriteRawTag(8);
  3448. output.WriteInt32(Zoneid);
  3449. }
  3450. if (SenderUid.Length != 0) {
  3451. output.WriteRawTag(18);
  3452. output.WriteString(SenderUid);
  3453. }
  3454. if (PropertyName.Length != 0) {
  3455. output.WriteRawTag(26);
  3456. output.WriteString(PropertyName);
  3457. }
  3458. if (Value.Length != 0) {
  3459. output.WriteRawTag(34);
  3460. output.WriteString(Value);
  3461. }
  3462. }
  3463. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3464. public int CalculateSize() {
  3465. int size = 0;
  3466. if (Zoneid != 0) {
  3467. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  3468. }
  3469. if (SenderUid.Length != 0) {
  3470. size += 1 + pb::CodedOutputStream.ComputeStringSize(SenderUid);
  3471. }
  3472. if (PropertyName.Length != 0) {
  3473. size += 1 + pb::CodedOutputStream.ComputeStringSize(PropertyName);
  3474. }
  3475. if (Value.Length != 0) {
  3476. size += 1 + pb::CodedOutputStream.ComputeStringSize(Value);
  3477. }
  3478. return size;
  3479. }
  3480. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3481. public void MergeFrom(SC_BT_Status other) {
  3482. if (other == null) {
  3483. return;
  3484. }
  3485. if (other.Zoneid != 0) {
  3486. Zoneid = other.Zoneid;
  3487. }
  3488. if (other.SenderUid.Length != 0) {
  3489. SenderUid = other.SenderUid;
  3490. }
  3491. if (other.PropertyName.Length != 0) {
  3492. PropertyName = other.PropertyName;
  3493. }
  3494. if (other.Value.Length != 0) {
  3495. Value = other.Value;
  3496. }
  3497. }
  3498. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3499. public void MergeFrom(pb::CodedInputStream input) {
  3500. uint tag;
  3501. while ((tag = input.ReadTag()) != 0) {
  3502. switch(tag) {
  3503. default:
  3504. input.SkipLastField();
  3505. break;
  3506. case 8: {
  3507. Zoneid = input.ReadInt32();
  3508. break;
  3509. }
  3510. case 18: {
  3511. SenderUid = input.ReadString();
  3512. break;
  3513. }
  3514. case 26: {
  3515. PropertyName = input.ReadString();
  3516. break;
  3517. }
  3518. case 34: {
  3519. Value = input.ReadString();
  3520. break;
  3521. }
  3522. }
  3523. }
  3524. }
  3525. }
  3526. /// <summary>
  3527. /// 战斗服务 同步位置
  3528. /// </summary>
  3529. public sealed partial class SC_BT_Position : pb::IMessage<SC_BT_Position> {
  3530. private static readonly pb::MessageParser<SC_BT_Position> _parser = new pb::MessageParser<SC_BT_Position>(() => new SC_BT_Position());
  3531. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3532. public static pb::MessageParser<SC_BT_Position> Parser { get { return _parser; } }
  3533. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3534. public static pbr::MessageDescriptor Descriptor {
  3535. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[21]; }
  3536. }
  3537. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3538. pbr::MessageDescriptor pb::IMessage.Descriptor {
  3539. get { return Descriptor; }
  3540. }
  3541. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3542. public SC_BT_Position() {
  3543. OnConstruction();
  3544. }
  3545. partial void OnConstruction();
  3546. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3547. public SC_BT_Position(SC_BT_Position other) : this() {
  3548. zoneid_ = other.zoneid_;
  3549. senderUid_ = other.senderUid_;
  3550. x_ = other.x_;
  3551. y_ = other.y_;
  3552. z_ = other.z_;
  3553. }
  3554. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3555. public SC_BT_Position Clone() {
  3556. return new SC_BT_Position(this);
  3557. }
  3558. /// <summary>Field number for the "Zoneid" field.</summary>
  3559. public const int ZoneidFieldNumber = 1;
  3560. private int zoneid_;
  3561. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3562. public int Zoneid {
  3563. get { return zoneid_; }
  3564. set {
  3565. zoneid_ = value;
  3566. }
  3567. }
  3568. /// <summary>Field number for the "SenderUid" field.</summary>
  3569. public const int SenderUidFieldNumber = 2;
  3570. private string senderUid_ = "";
  3571. /// <summary>
  3572. /// 发送者uid
  3573. /// </summary>
  3574. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3575. public string SenderUid {
  3576. get { return senderUid_; }
  3577. set {
  3578. senderUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3579. }
  3580. }
  3581. /// <summary>Field number for the "X" field.</summary>
  3582. public const int XFieldNumber = 3;
  3583. private float x_;
  3584. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3585. public float X {
  3586. get { return x_; }
  3587. set {
  3588. x_ = value;
  3589. }
  3590. }
  3591. /// <summary>Field number for the "Y" field.</summary>
  3592. public const int YFieldNumber = 4;
  3593. private float y_;
  3594. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3595. public float Y {
  3596. get { return y_; }
  3597. set {
  3598. y_ = value;
  3599. }
  3600. }
  3601. /// <summary>Field number for the "Z" field.</summary>
  3602. public const int ZFieldNumber = 5;
  3603. private float z_;
  3604. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3605. public float Z {
  3606. get { return z_; }
  3607. set {
  3608. z_ = value;
  3609. }
  3610. }
  3611. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3612. public override bool Equals(object other) {
  3613. return Equals(other as SC_BT_Position);
  3614. }
  3615. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3616. public bool Equals(SC_BT_Position other) {
  3617. if (ReferenceEquals(other, null)) {
  3618. return false;
  3619. }
  3620. if (ReferenceEquals(other, this)) {
  3621. return true;
  3622. }
  3623. if (Zoneid != other.Zoneid) return false;
  3624. if (SenderUid != other.SenderUid) return false;
  3625. if (X != other.X) return false;
  3626. if (Y != other.Y) return false;
  3627. if (Z != other.Z) return false;
  3628. return true;
  3629. }
  3630. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3631. public override int GetHashCode() {
  3632. int hash = 1;
  3633. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  3634. if (SenderUid.Length != 0) hash ^= SenderUid.GetHashCode();
  3635. if (X != 0F) hash ^= X.GetHashCode();
  3636. if (Y != 0F) hash ^= Y.GetHashCode();
  3637. if (Z != 0F) hash ^= Z.GetHashCode();
  3638. return hash;
  3639. }
  3640. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3641. public override string ToString() {
  3642. return pb::JsonFormatter.ToDiagnosticString(this);
  3643. }
  3644. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3645. public void WriteTo(pb::CodedOutputStream output) {
  3646. if (Zoneid != 0) {
  3647. output.WriteRawTag(8);
  3648. output.WriteInt32(Zoneid);
  3649. }
  3650. if (SenderUid.Length != 0) {
  3651. output.WriteRawTag(18);
  3652. output.WriteString(SenderUid);
  3653. }
  3654. if (X != 0F) {
  3655. output.WriteRawTag(29);
  3656. output.WriteFloat(X);
  3657. }
  3658. if (Y != 0F) {
  3659. output.WriteRawTag(37);
  3660. output.WriteFloat(Y);
  3661. }
  3662. if (Z != 0F) {
  3663. output.WriteRawTag(45);
  3664. output.WriteFloat(Z);
  3665. }
  3666. }
  3667. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3668. public int CalculateSize() {
  3669. int size = 0;
  3670. if (Zoneid != 0) {
  3671. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  3672. }
  3673. if (SenderUid.Length != 0) {
  3674. size += 1 + pb::CodedOutputStream.ComputeStringSize(SenderUid);
  3675. }
  3676. if (X != 0F) {
  3677. size += 1 + 4;
  3678. }
  3679. if (Y != 0F) {
  3680. size += 1 + 4;
  3681. }
  3682. if (Z != 0F) {
  3683. size += 1 + 4;
  3684. }
  3685. return size;
  3686. }
  3687. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3688. public void MergeFrom(SC_BT_Position other) {
  3689. if (other == null) {
  3690. return;
  3691. }
  3692. if (other.Zoneid != 0) {
  3693. Zoneid = other.Zoneid;
  3694. }
  3695. if (other.SenderUid.Length != 0) {
  3696. SenderUid = other.SenderUid;
  3697. }
  3698. if (other.X != 0F) {
  3699. X = other.X;
  3700. }
  3701. if (other.Y != 0F) {
  3702. Y = other.Y;
  3703. }
  3704. if (other.Z != 0F) {
  3705. Z = other.Z;
  3706. }
  3707. }
  3708. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3709. public void MergeFrom(pb::CodedInputStream input) {
  3710. uint tag;
  3711. while ((tag = input.ReadTag()) != 0) {
  3712. switch(tag) {
  3713. default:
  3714. input.SkipLastField();
  3715. break;
  3716. case 8: {
  3717. Zoneid = input.ReadInt32();
  3718. break;
  3719. }
  3720. case 18: {
  3721. SenderUid = input.ReadString();
  3722. break;
  3723. }
  3724. case 29: {
  3725. X = input.ReadFloat();
  3726. break;
  3727. }
  3728. case 37: {
  3729. Y = input.ReadFloat();
  3730. break;
  3731. }
  3732. case 45: {
  3733. Z = input.ReadFloat();
  3734. break;
  3735. }
  3736. }
  3737. }
  3738. }
  3739. }
  3740. /// <summary>
  3741. /// 战斗服务 广播
  3742. /// </summary>
  3743. public sealed partial class SC_BT_BroadCast : pb::IMessage<SC_BT_BroadCast> {
  3744. private static readonly pb::MessageParser<SC_BT_BroadCast> _parser = new pb::MessageParser<SC_BT_BroadCast>(() => new SC_BT_BroadCast());
  3745. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3746. public static pb::MessageParser<SC_BT_BroadCast> Parser { get { return _parser; } }
  3747. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3748. public static pbr::MessageDescriptor Descriptor {
  3749. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[22]; }
  3750. }
  3751. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3752. pbr::MessageDescriptor pb::IMessage.Descriptor {
  3753. get { return Descriptor; }
  3754. }
  3755. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3756. public SC_BT_BroadCast() {
  3757. OnConstruction();
  3758. }
  3759. partial void OnConstruction();
  3760. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3761. public SC_BT_BroadCast(SC_BT_BroadCast other) : this() {
  3762. zoneid_ = other.zoneid_;
  3763. senderUid_ = other.senderUid_;
  3764. msg_ = other.msg_;
  3765. }
  3766. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3767. public SC_BT_BroadCast Clone() {
  3768. return new SC_BT_BroadCast(this);
  3769. }
  3770. /// <summary>Field number for the "Zoneid" field.</summary>
  3771. public const int ZoneidFieldNumber = 1;
  3772. private int zoneid_;
  3773. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3774. public int Zoneid {
  3775. get { return zoneid_; }
  3776. set {
  3777. zoneid_ = value;
  3778. }
  3779. }
  3780. /// <summary>Field number for the "SenderUid" field.</summary>
  3781. public const int SenderUidFieldNumber = 2;
  3782. private string senderUid_ = "";
  3783. /// <summary>
  3784. /// 发送者uid
  3785. /// </summary>
  3786. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3787. public string SenderUid {
  3788. get { return senderUid_; }
  3789. set {
  3790. senderUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3791. }
  3792. }
  3793. /// <summary>Field number for the "Msg" field.</summary>
  3794. public const int MsgFieldNumber = 3;
  3795. private string msg_ = "";
  3796. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3797. public string Msg {
  3798. get { return msg_; }
  3799. set {
  3800. msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3801. }
  3802. }
  3803. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3804. public override bool Equals(object other) {
  3805. return Equals(other as SC_BT_BroadCast);
  3806. }
  3807. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3808. public bool Equals(SC_BT_BroadCast other) {
  3809. if (ReferenceEquals(other, null)) {
  3810. return false;
  3811. }
  3812. if (ReferenceEquals(other, this)) {
  3813. return true;
  3814. }
  3815. if (Zoneid != other.Zoneid) return false;
  3816. if (SenderUid != other.SenderUid) return false;
  3817. if (Msg != other.Msg) return false;
  3818. return true;
  3819. }
  3820. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3821. public override int GetHashCode() {
  3822. int hash = 1;
  3823. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  3824. if (SenderUid.Length != 0) hash ^= SenderUid.GetHashCode();
  3825. if (Msg.Length != 0) hash ^= Msg.GetHashCode();
  3826. return hash;
  3827. }
  3828. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3829. public override string ToString() {
  3830. return pb::JsonFormatter.ToDiagnosticString(this);
  3831. }
  3832. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3833. public void WriteTo(pb::CodedOutputStream output) {
  3834. if (Zoneid != 0) {
  3835. output.WriteRawTag(8);
  3836. output.WriteInt32(Zoneid);
  3837. }
  3838. if (SenderUid.Length != 0) {
  3839. output.WriteRawTag(18);
  3840. output.WriteString(SenderUid);
  3841. }
  3842. if (Msg.Length != 0) {
  3843. output.WriteRawTag(26);
  3844. output.WriteString(Msg);
  3845. }
  3846. }
  3847. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3848. public int CalculateSize() {
  3849. int size = 0;
  3850. if (Zoneid != 0) {
  3851. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  3852. }
  3853. if (SenderUid.Length != 0) {
  3854. size += 1 + pb::CodedOutputStream.ComputeStringSize(SenderUid);
  3855. }
  3856. if (Msg.Length != 0) {
  3857. size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg);
  3858. }
  3859. return size;
  3860. }
  3861. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3862. public void MergeFrom(SC_BT_BroadCast other) {
  3863. if (other == null) {
  3864. return;
  3865. }
  3866. if (other.Zoneid != 0) {
  3867. Zoneid = other.Zoneid;
  3868. }
  3869. if (other.SenderUid.Length != 0) {
  3870. SenderUid = other.SenderUid;
  3871. }
  3872. if (other.Msg.Length != 0) {
  3873. Msg = other.Msg;
  3874. }
  3875. }
  3876. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3877. public void MergeFrom(pb::CodedInputStream input) {
  3878. uint tag;
  3879. while ((tag = input.ReadTag()) != 0) {
  3880. switch(tag) {
  3881. default:
  3882. input.SkipLastField();
  3883. break;
  3884. case 8: {
  3885. Zoneid = input.ReadInt32();
  3886. break;
  3887. }
  3888. case 18: {
  3889. SenderUid = input.ReadString();
  3890. break;
  3891. }
  3892. case 26: {
  3893. Msg = input.ReadString();
  3894. break;
  3895. }
  3896. }
  3897. }
  3898. }
  3899. }
  3900. /// <summary>
  3901. /// 战斗服务,结束
  3902. /// </summary>
  3903. public sealed partial class SC_BT_Over : pb::IMessage<SC_BT_Over> {
  3904. private static readonly pb::MessageParser<SC_BT_Over> _parser = new pb::MessageParser<SC_BT_Over>(() => new SC_BT_Over());
  3905. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3906. public static pb::MessageParser<SC_BT_Over> Parser { get { return _parser; } }
  3907. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3908. public static pbr::MessageDescriptor Descriptor {
  3909. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[23]; }
  3910. }
  3911. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3912. pbr::MessageDescriptor pb::IMessage.Descriptor {
  3913. get { return Descriptor; }
  3914. }
  3915. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3916. public SC_BT_Over() {
  3917. OnConstruction();
  3918. }
  3919. partial void OnConstruction();
  3920. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3921. public SC_BT_Over(SC_BT_Over other) : this() {
  3922. zoneid_ = other.zoneid_;
  3923. senderUid_ = other.senderUid_;
  3924. msg_ = other.msg_;
  3925. }
  3926. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3927. public SC_BT_Over Clone() {
  3928. return new SC_BT_Over(this);
  3929. }
  3930. /// <summary>Field number for the "Zoneid" field.</summary>
  3931. public const int ZoneidFieldNumber = 1;
  3932. private int zoneid_;
  3933. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3934. public int Zoneid {
  3935. get { return zoneid_; }
  3936. set {
  3937. zoneid_ = value;
  3938. }
  3939. }
  3940. /// <summary>Field number for the "SenderUid" field.</summary>
  3941. public const int SenderUidFieldNumber = 2;
  3942. private string senderUid_ = "";
  3943. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3944. public string SenderUid {
  3945. get { return senderUid_; }
  3946. set {
  3947. senderUid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3948. }
  3949. }
  3950. /// <summary>Field number for the "Msg" field.</summary>
  3951. public const int MsgFieldNumber = 3;
  3952. private string msg_ = "";
  3953. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3954. public string Msg {
  3955. get { return msg_; }
  3956. set {
  3957. msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
  3958. }
  3959. }
  3960. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3961. public override bool Equals(object other) {
  3962. return Equals(other as SC_BT_Over);
  3963. }
  3964. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3965. public bool Equals(SC_BT_Over other) {
  3966. if (ReferenceEquals(other, null)) {
  3967. return false;
  3968. }
  3969. if (ReferenceEquals(other, this)) {
  3970. return true;
  3971. }
  3972. if (Zoneid != other.Zoneid) return false;
  3973. if (SenderUid != other.SenderUid) return false;
  3974. if (Msg != other.Msg) return false;
  3975. return true;
  3976. }
  3977. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3978. public override int GetHashCode() {
  3979. int hash = 1;
  3980. if (Zoneid != 0) hash ^= Zoneid.GetHashCode();
  3981. if (SenderUid.Length != 0) hash ^= SenderUid.GetHashCode();
  3982. if (Msg.Length != 0) hash ^= Msg.GetHashCode();
  3983. return hash;
  3984. }
  3985. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3986. public override string ToString() {
  3987. return pb::JsonFormatter.ToDiagnosticString(this);
  3988. }
  3989. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  3990. public void WriteTo(pb::CodedOutputStream output) {
  3991. if (Zoneid != 0) {
  3992. output.WriteRawTag(8);
  3993. output.WriteInt32(Zoneid);
  3994. }
  3995. if (SenderUid.Length != 0) {
  3996. output.WriteRawTag(18);
  3997. output.WriteString(SenderUid);
  3998. }
  3999. if (Msg.Length != 0) {
  4000. output.WriteRawTag(26);
  4001. output.WriteString(Msg);
  4002. }
  4003. }
  4004. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4005. public int CalculateSize() {
  4006. int size = 0;
  4007. if (Zoneid != 0) {
  4008. size += 1 + pb::CodedOutputStream.ComputeInt32Size(Zoneid);
  4009. }
  4010. if (SenderUid.Length != 0) {
  4011. size += 1 + pb::CodedOutputStream.ComputeStringSize(SenderUid);
  4012. }
  4013. if (Msg.Length != 0) {
  4014. size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg);
  4015. }
  4016. return size;
  4017. }
  4018. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4019. public void MergeFrom(SC_BT_Over other) {
  4020. if (other == null) {
  4021. return;
  4022. }
  4023. if (other.Zoneid != 0) {
  4024. Zoneid = other.Zoneid;
  4025. }
  4026. if (other.SenderUid.Length != 0) {
  4027. SenderUid = other.SenderUid;
  4028. }
  4029. if (other.Msg.Length != 0) {
  4030. Msg = other.Msg;
  4031. }
  4032. }
  4033. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4034. public void MergeFrom(pb::CodedInputStream input) {
  4035. uint tag;
  4036. while ((tag = input.ReadTag()) != 0) {
  4037. switch(tag) {
  4038. default:
  4039. input.SkipLastField();
  4040. break;
  4041. case 8: {
  4042. Zoneid = input.ReadInt32();
  4043. break;
  4044. }
  4045. case 18: {
  4046. SenderUid = input.ReadString();
  4047. break;
  4048. }
  4049. case 26: {
  4050. Msg = input.ReadString();
  4051. break;
  4052. }
  4053. }
  4054. }
  4055. }
  4056. }
  4057. /// <summary>
  4058. /// 多人副本在战斗服创建房间
  4059. /// </summary>
  4060. public sealed partial class SS_CreateBattleServer : pb::IMessage<SS_CreateBattleServer> {
  4061. private static readonly pb::MessageParser<SS_CreateBattleServer> _parser = new pb::MessageParser<SS_CreateBattleServer>(() => new SS_CreateBattleServer());
  4062. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4063. public static pb::MessageParser<SS_CreateBattleServer> Parser { get { return _parser; } }
  4064. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4065. public static pbr::MessageDescriptor Descriptor {
  4066. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[24]; }
  4067. }
  4068. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4069. pbr::MessageDescriptor pb::IMessage.Descriptor {
  4070. get { return Descriptor; }
  4071. }
  4072. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4073. public SS_CreateBattleServer() {
  4074. OnConstruction();
  4075. }
  4076. partial void OnConstruction();
  4077. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4078. public SS_CreateBattleServer(SS_CreateBattleServer other) : this() {
  4079. roomId_ = other.roomId_;
  4080. playerUids_ = other.playerUids_.Clone();
  4081. }
  4082. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4083. public SS_CreateBattleServer Clone() {
  4084. return new SS_CreateBattleServer(this);
  4085. }
  4086. /// <summary>Field number for the "RoomId" field.</summary>
  4087. public const int RoomIdFieldNumber = 1;
  4088. private int roomId_;
  4089. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4090. public int RoomId {
  4091. get { return roomId_; }
  4092. set {
  4093. roomId_ = value;
  4094. }
  4095. }
  4096. /// <summary>Field number for the "PlayerUids" field.</summary>
  4097. public const int PlayerUidsFieldNumber = 2;
  4098. private static readonly pb::FieldCodec<string> _repeated_playerUids_codec
  4099. = pb::FieldCodec.ForString(18);
  4100. private readonly pbc::RepeatedField<string> playerUids_ = new pbc::RepeatedField<string>();
  4101. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4102. public pbc::RepeatedField<string> PlayerUids {
  4103. get { return playerUids_; }
  4104. }
  4105. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4106. public override bool Equals(object other) {
  4107. return Equals(other as SS_CreateBattleServer);
  4108. }
  4109. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4110. public bool Equals(SS_CreateBattleServer other) {
  4111. if (ReferenceEquals(other, null)) {
  4112. return false;
  4113. }
  4114. if (ReferenceEquals(other, this)) {
  4115. return true;
  4116. }
  4117. if (RoomId != other.RoomId) return false;
  4118. if(!playerUids_.Equals(other.playerUids_)) return false;
  4119. return true;
  4120. }
  4121. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4122. public override int GetHashCode() {
  4123. int hash = 1;
  4124. if (RoomId != 0) hash ^= RoomId.GetHashCode();
  4125. hash ^= playerUids_.GetHashCode();
  4126. return hash;
  4127. }
  4128. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4129. public override string ToString() {
  4130. return pb::JsonFormatter.ToDiagnosticString(this);
  4131. }
  4132. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4133. public void WriteTo(pb::CodedOutputStream output) {
  4134. if (RoomId != 0) {
  4135. output.WriteRawTag(8);
  4136. output.WriteInt32(RoomId);
  4137. }
  4138. playerUids_.WriteTo(output, _repeated_playerUids_codec);
  4139. }
  4140. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4141. public int CalculateSize() {
  4142. int size = 0;
  4143. if (RoomId != 0) {
  4144. size += 1 + pb::CodedOutputStream.ComputeInt32Size(RoomId);
  4145. }
  4146. size += playerUids_.CalculateSize(_repeated_playerUids_codec);
  4147. return size;
  4148. }
  4149. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4150. public void MergeFrom(SS_CreateBattleServer other) {
  4151. if (other == null) {
  4152. return;
  4153. }
  4154. if (other.RoomId != 0) {
  4155. RoomId = other.RoomId;
  4156. }
  4157. playerUids_.Add(other.playerUids_);
  4158. }
  4159. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4160. public void MergeFrom(pb::CodedInputStream input) {
  4161. uint tag;
  4162. while ((tag = input.ReadTag()) != 0) {
  4163. switch(tag) {
  4164. default:
  4165. input.SkipLastField();
  4166. break;
  4167. case 8: {
  4168. RoomId = input.ReadInt32();
  4169. break;
  4170. }
  4171. case 18: {
  4172. playerUids_.AddEntriesFrom(input, _repeated_playerUids_codec);
  4173. break;
  4174. }
  4175. }
  4176. }
  4177. }
  4178. }
  4179. /// <summary>
  4180. /// 多人副本,创建战斗房间OK
  4181. /// </summary>
  4182. public sealed partial class SS_CreateBattleServerOK : pb::IMessage<SS_CreateBattleServerOK> {
  4183. private static readonly pb::MessageParser<SS_CreateBattleServerOK> _parser = new pb::MessageParser<SS_CreateBattleServerOK>(() => new SS_CreateBattleServerOK());
  4184. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4185. public static pb::MessageParser<SS_CreateBattleServerOK> Parser { get { return _parser; } }
  4186. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4187. public static pbr::MessageDescriptor Descriptor {
  4188. get { return global::MultiDup.MultiDupReflection.Descriptor.MessageTypes[25]; }
  4189. }
  4190. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4191. pbr::MessageDescriptor pb::IMessage.Descriptor {
  4192. get { return Descriptor; }
  4193. }
  4194. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4195. public SS_CreateBattleServerOK() {
  4196. OnConstruction();
  4197. }
  4198. partial void OnConstruction();
  4199. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4200. public SS_CreateBattleServerOK(SS_CreateBattleServerOK other) : this() {
  4201. }
  4202. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4203. public SS_CreateBattleServerOK Clone() {
  4204. return new SS_CreateBattleServerOK(this);
  4205. }
  4206. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4207. public override bool Equals(object other) {
  4208. return Equals(other as SS_CreateBattleServerOK);
  4209. }
  4210. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4211. public bool Equals(SS_CreateBattleServerOK other) {
  4212. if (ReferenceEquals(other, null)) {
  4213. return false;
  4214. }
  4215. if (ReferenceEquals(other, this)) {
  4216. return true;
  4217. }
  4218. return true;
  4219. }
  4220. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4221. public override int GetHashCode() {
  4222. int hash = 1;
  4223. return hash;
  4224. }
  4225. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4226. public override string ToString() {
  4227. return pb::JsonFormatter.ToDiagnosticString(this);
  4228. }
  4229. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4230. public void WriteTo(pb::CodedOutputStream output) {
  4231. }
  4232. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4233. public int CalculateSize() {
  4234. int size = 0;
  4235. return size;
  4236. }
  4237. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4238. public void MergeFrom(SS_CreateBattleServerOK other) {
  4239. if (other == null) {
  4240. return;
  4241. }
  4242. }
  4243. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  4244. public void MergeFrom(pb::CodedInputStream input) {
  4245. uint tag;
  4246. while ((tag = input.ReadTag()) != 0) {
  4247. switch(tag) {
  4248. default:
  4249. input.SkipLastField();
  4250. break;
  4251. }
  4252. }
  4253. }
  4254. }
  4255. #endregion
  4256. }
  4257. #endregion Designer generated code