Difference between revisions of "Template:NetMsg:MsgServerList"

From Conquer Online Wiki
Jump to navigation Jump to search
(Update from WikiBot.)
(Update from WikiBot.)
 
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>
+
}</syntaxhighlight></includeonly><noinclude>
 +
[[Category:NetMessage templates]]</noinclude>

Latest revision as of 01:16, 30 July 2019

message MsgServerList {
   repeated ServerDetail Info = 1;
}