Example #1
0
 public static string GetStarshipDescription(SpecialAttackTypeVO starshipInfo)
 {
     return(Service.Lang.Get("shp_desc_" + starshipInfo.SpecialAttackID, new object[0]));
 }
Example #2
0
 public static string GetStarshipDisplayName(SpecialAttackTypeVO starshipInfo)
 {
     return(Service.Lang.Get("shp_title_" + starshipInfo.SpecialAttackID, new object[0]));
 }