Unused field removed
This commit is contained in:
@@ -10,10 +10,8 @@ import engine.net.client.msg.ClientNetMsg;
|
||||
*/
|
||||
|
||||
public abstract class AbstractClientMsgHandler {
|
||||
private final Class<? extends ClientNetMsg> handler;
|
||||
|
||||
public AbstractClientMsgHandler(Class<? extends ClientNetMsg> handler) {
|
||||
this.handler = handler;
|
||||
public AbstractClientMsgHandler() {
|
||||
}
|
||||
|
||||
public boolean handleNetMsg(ClientNetMsg msg) {
|
||||
|
||||
Reference in New Issue
Block a user