forked from External/mage
MageServerImpl refactoring. More event logging.
This commit is contained in:
parent
a60c61cb00
commit
b9a65e7c62
8 changed files with 245 additions and 212 deletions
|
|
@ -3,6 +3,8 @@ package mage.utils;
|
|||
import mage.interfaces.ActionWithResult;
|
||||
|
||||
/**
|
||||
* Used to write less code for ActionWithResult anonymous classes with Boolean return type.
|
||||
*
|
||||
* @author noxx
|
||||
*/
|
||||
public abstract class ActionWithBooleanResult implements ActionWithResult<Boolean> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue