mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
[AVR] Somberwald Sage
This commit is contained in:
parent
5a88f2750b
commit
18a05231a8
2 changed files with 76 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ import mage.Mana;
|
|||
*/
|
||||
public abstract class ConditionalManaBuilder implements Builder<ConditionalMana> {
|
||||
|
||||
private Mana mana;
|
||||
protected Mana mana;
|
||||
|
||||
public ConditionalManaBuilder setMana(Mana mana) {
|
||||
this.mana = mana;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue