File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -392,6 +392,8 @@ declare module "mlogjs:world" {
392
392
*/
393
393
function unitBuildSpeed ( team : TeamIdentifier , multiplier : number ) : void ;
394
394
395
+ function unitMineSpeed ( team : TeamIdentifier , multiplier : number ) : void ;
396
+
395
397
/**
396
398
* Sets the build cost multiplier for constructing units.
397
399
*
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export class SetRule extends ObjectValue {
27
27
buildSpeed : { args : [ "team" , "multiplier" ] } ,
28
28
unitHealth : { args : [ "team" , "multiplier" ] } ,
29
29
unitBuildSpeed : { args : [ "team" , "multiplier" ] } ,
30
+ unitMineSpeed : { args : [ "team" , "multiplier" ] } ,
30
31
unitCost : { args : [ "team" , "multiplier" ] } ,
31
32
unitDamage : { args : [ "team" , "multiplier" ] } ,
32
33
blockHealth : { args : [ "team" , "multiplier" ] } ,
You can’t perform that action at this time.
0 commit comments