Added getCommandedBy method

This commit is contained in:
L_J 2018-06-03 23:39:40 +00:00 committed by GitHub
parent 492c5ab63e
commit 9a5b574c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1036,4 +1036,8 @@ public class Spell extends StackObjImpl implements Card {
this.commandedBy = playerId;
}
public UUID getCommandedBy() {
return commandedBy;
}
}