Difference between revisions of "Template:NetMsg:MsgBattleEffectiveness"

From Conquer Online Wiki
Jump to navigation Jump to search
(Update from WikiBot.)
 
(Update from WikiBot.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><syntaxhighlight lang="proto">message MsgBattleEffectiveness {
+
<noinclude>{{ NetMsg:MsgBattleEffectiveness }}</noinclude><includeonly><syntaxhighlight lang="proto">
 +
message MsgBattleEffectiveness {
 
   optional uint32 PlayerId = 1 [default = 0];
 
   optional uint32 PlayerId = 1 [default = 0];
 
   optional int32 BattleEffect = 2 [default = 0];
 
   optional int32 BattleEffect = 2 [default = 0];
 
   optional int32 Reserved = 3 [default = 0];
 
   optional int32 Reserved = 3 [default = 0];
}
+
}</syntaxhighlight></includeonly><noinclude>
</syntaxhighlight></includeonly>
+
[[Category:NetMessage templates]]</noinclude>

Latest revision as of 01:15, 30 July 2019

message MsgBattleEffectiveness {
   optional uint32 PlayerId = 1 [default = 0];
   optional int32 BattleEffect = 2 [default = 0];
   optional int32 Reserved = 3 [default = 0];
}