mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-06 01:31:39 -05:00
Oops
This commit is contained in:
parent
8e35f94af9
commit
8a4fc76635
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace OTDPlugins.MeL
|
||||||
public int Complexity { set => Core.Complexity = value; }
|
public int Complexity { set => Core.Complexity = value; }
|
||||||
|
|
||||||
[Property("Weight")]
|
[Property("Weight")]
|
||||||
public int Weight { set => Core.Weight = value; }
|
public float Weight { set => Core.Weight = value; }
|
||||||
|
|
||||||
private readonly MLCore Core = new MLCore();
|
private readonly MLCore Core = new MLCore();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue