public static string GetBattleOnPlanetName(BattleTypeVO battle) { return(Service.Get <Lang>().Get("LANG_BATTLE_ON_PLANET", new object[] { LangUtils.GetBattleName(battle), LangUtils.GetPlanetDisplayName(battle.Planet) })); }
public unsafe static long $Invoke4(long instance, long *args) { return(GCHandledObjects.ObjectToGCHandle(LangUtils.GetBattleName((BattleTypeVO)GCHandledObjects.GCHandleToObject(*args)))); }