mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08: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…
Add table
Add a link
Reference in a new issue