C# Class AnimalGenetics.Constants

显示文件 Open project: gregorycu/AnimalGenetics

Public Properties

Property Type Description
affectedStats List
affectedStatsToInsert List
sortMode String>.Dictionary

Public Methods

Method Description
GetDescription ( StatDef stat ) : string
GetLabel ( StatDef stat ) : string

Method Details

GetDescription() public static method

public static GetDescription ( StatDef stat ) : string
stat StatDef
return string

GetLabel() public static method

public static GetLabel ( StatDef stat ) : string
stat StatDef
return string

Property Details

affectedStats public_oe static_oe property

public static List affectedStats
return List

affectedStatsToInsert public_oe static_oe property

public static List affectedStatsToInsert
return List

sortMode public_oe static_oe property

public static Dictionary sortMode
return String>.Dictionary