Removed embedded server from Session

This commit is contained in:
North 2013-07-01 23:58:29 +03:00
parent ae86414658
commit d541779d66
2 changed files with 0 additions and 29 deletions

View file

@ -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);
}