forked from External/mage
Removed embedded server from Session
This commit is contained in:
parent
ae86414658
commit
d541779d66
2 changed files with 0 additions and 29 deletions
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
package mage.remote;
|
||||
|
||||
import mage.interfaces.Action;
|
||||
import mage.remote.interfaces.*;
|
||||
|
||||
/**
|
||||
|
|
@ -38,5 +37,4 @@ import mage.remote.interfaces.*;
|
|||
*/
|
||||
public interface Session extends ClientData, Connect, GamePlay, GameTypes, ServerState, ChatSession, Feedback, PlayerActions, Replays, Testable {
|
||||
|
||||
void setEmbeddedMageServerAction(Action embeddedMageServerAction);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue