mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added getCommandedBy method
This commit is contained in:
parent
492c5ab63e
commit
9a5b574c0c
1 changed files with 4 additions and 0 deletions
|
|
@ -1036,4 +1036,8 @@ public class Spell extends StackObjImpl implements Card {
|
|||
this.commandedBy = playerId;
|
||||
}
|
||||
|
||||
public UUID getCommandedBy() {
|
||||
return commandedBy;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue