Beispiel #1
0
 public string GetWorldName()
 {
     if (this.isPveBuffBase)
     {
         return(LangUtils.GetBattleOnPlanetName(this.battle));
     }
     return(LangUtils.GetBattleName(this.battle));
 }