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