示例#1
0
 public EnumBase(ToolProficiency toolProficiency)
 {
     Value = toolProficiency;
     Description = toolProficiency.Description();
 }