public static string ToString(ShipPartsDataBase.ShipSizeType type)
 {
     return(EnumParserUtility <ShipPartsDataBase.ShipSizeType> .ToString(ShipPartsDataBase._shipsizetype_enum_param, type, "不明"));
 }
Esempio n. 2
0
 public static string ToString(ShipPartsDataBase.BuildTargetType type)
 {
     return(EnumParserUtility <ShipPartsDataBase.BuildTargetType> .ToString(ShipPartsDataBase._buildtargettype_enum_param, type, "불명"));
 }
 public static string ToString(ShipPartsDataBase.BuildShipType type)
 {
     return(EnumParserUtility <ShipPartsDataBase.BuildShipType> .ToString(ShipPartsDataBase._builshiptype_enum_param, type, "不明"));
 }
Esempio n. 4
0
 public static string ToString(ShipPartsDataBase.PartsType type)
 {
     return(EnumParserUtility <ShipPartsDataBase.PartsType> .ToString(ShipPartsDataBase._partstype_enum_param, type, "불명"));
 }