forked from External/mage
parent
1a3d5923de
commit
7233061ae3
133 changed files with 590 additions and 676 deletions
|
|
@ -45,4 +45,9 @@ public class IntPlusDynamicValue implements DynamicValue {
|
|||
public String getMessage() {
|
||||
return value.getMessage();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getSign() {
|
||||
return value.getSign();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue