Difference between revisions of "Template:NetMsg:MsgProfessionLevelUp"

From Conquer Online Wiki
Jump to navigation Jump to search
(Update from WikiBot.)
 
(Update from WikiBot.)
Line 4: Line 4:
 
   optional uint32 RankId = 3;
 
   optional uint32 RankId = 3;
 
   repeated TitleOwnerInfo Info = 4;
 
   repeated TitleOwnerInfo Info = 4;
}
+
}</syntaxhighlight></includeonly>
enum ProfessionLevelUpAction {
 
  Upgrade = 0;
 
  SetTitleRank = 1;
 
  SetTitleInfo = 2;
 
}
 
message TitleOwnerInfo {
 
  optional uint32 UserId = 1;
 
  optional uint32 RankId = 2;
 
  optional string Name = 3;
 
}
 
</syntaxhighlight></includeonly>
 

Revision as of 00:30, 30 July 2019