mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
removed empty mode constructor
This commit is contained in:
parent
ccecda52fd
commit
3535d023b7
214 changed files with 326 additions and 654 deletions
|
|
@ -18,10 +18,6 @@ public class Mode implements Serializable {
|
|||
protected final Effects effects;
|
||||
protected String flavorWord;
|
||||
|
||||
public Mode() {
|
||||
this((Effect) null);
|
||||
}
|
||||
|
||||
public Mode(Effect effect) {
|
||||
this.id = UUID.randomUUID();
|
||||
this.targets = new Targets();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue