Difference between revisions of "Template:NetMsg:MsgServerList"

From Conquer Online Wiki
Jump to navigation Jump to search
(Update from WikiBot.)
 
(Update from WikiBot.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly><syntaxhighlight lang="proto">message MsgServerList {
+
<noinclude>{{ NetMsg:MsgServerList }}</noinclude><includeonly><syntaxhighlight lang="proto">
 +
message MsgServerList {
 
   repeated ServerDetail Info = 1;
 
   repeated ServerDetail Info = 1;
}
+
}</syntaxhighlight></includeonly><noinclude>
message ServerDetail {
+
[[Category:NetMessage templates]]</noinclude>
  optional uint32 ServerId = 1;
 
  optional int32 SameGroup = 2;
 
  optional string ServerName = 3;
 
  optional uint32 MapId = 4;
 
  optional int32 PositionX = 5;
 
  optional int32 PositionY = 6;
 
  optional int32 Attribute = 7;
 
  optional uint32 GroupId = 8;
 
}
 
</syntaxhighlight></includeonly>
 

Latest revision as of 01:16, 30 July 2019

message MsgServerList {
   repeated ServerDetail Info = 1;
}