Skip to content

Commit dc1c31d

Browse files
紧急修复一个api变动导致的问题
1 parent e47adf7 commit dc1c31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WFBot/Features/Utils/WFObjects.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public partial class WMAAttribute
381381

382382
public enum Group { Default, Melee, Top };
383383

384-
public enum Units { Percent, Seconds };
384+
public enum Units { Percent, Seconds, Multiply };
385385
public class WFContentApi
386386
{
387387
public ExportRelicArcane[] ExportRelicArcanes => RExportRelicArcanes.Value;

0 commit comments

Comments
 (0)