fix mapping
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
This commit is contained in:
@@ -85,10 +85,10 @@ namespace FarmMapsAPI.Carbon.Models
|
||||
public enum QualityFarmMaps
|
||||
{
|
||||
[EnumMember(Value = "Goed")]
|
||||
Good,
|
||||
Good = 1,
|
||||
[EnumMember(Value = "Matig")]
|
||||
Average,
|
||||
Average = 2,
|
||||
[EnumMember(Value = "Slecht")]
|
||||
Bad
|
||||
Bad = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user