Extracted Session interface, moved implementation to SessionImpl

This commit is contained in:
magenoxx 2012-04-29 19:03:08 +04:00
parent 0970856fc8
commit 96cfb51686
11 changed files with 1265 additions and 1035 deletions

View file

@ -36,7 +36,6 @@ package mage.client.game;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.MouseEvent;
import java.io.Serializable;
import java.util.Map;
import java.util.UUID;