mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Moved overflow check method to CardUtil
This commit is contained in:
parent
c4334ef043
commit
688e0658b7
1 changed files with 0 additions and 4 deletions
|
@ -466,8 +466,4 @@ public interface Game extends MageItem, Serializable {
|
|||
UUID getMonarchId();
|
||||
|
||||
void setMonarchId(Ability source, UUID monarchId);
|
||||
|
||||
int addWithOverflowCheck(int base, int increment);
|
||||
|
||||
int subtractWithOverflowCheck(int base, int decrement);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue