This commit is contained in:
X9VoiD 2020-10-07 01:24:05 +08:00
parent 8e35f94af9
commit 8a4fc76635
No known key found for this signature in database
GPG key ID: 3AC5DBB8A2717CFF

View file

@ -28,7 +28,7 @@ namespace OTDPlugins.MeL
public int Complexity { set => Core.Complexity = value; }
[Property("Weight")]
public int Weight { set => Core.Weight = value; }
public float Weight { set => Core.Weight = value; }
private readonly MLCore Core = new MLCore();
}