rename classes (#10383)

This commit is contained in:
Evan Kranzler 2023-05-17 18:49:30 -04:00 committed by GitHub
parent d199640fb5
commit 60e488cf05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
123 changed files with 356 additions and 378 deletions

View file

@ -1,16 +0,0 @@
package mage.cards;
import mage.MageInt;
/**
* @author JayDi85
*/
public interface ModalDoubleFacesCardHalf extends SubCard<ModalDoubleFacesCard> {
@Override
ModalDoubleFacesCardHalf copy();
void setPT(int power, int toughness);
void setPT(MageInt power, MageInt toughness);
}