forked from MagicBane/Server
add handler ot petition super
This commit is contained in:
@@ -7,8 +7,8 @@ import engine.net.client.msg.PetitionReceivedMsg;
|
|||||||
|
|
||||||
public class PetitionReceivedMsgHandler extends AbstractClientMsgHandler {
|
public class PetitionReceivedMsgHandler extends AbstractClientMsgHandler {
|
||||||
|
|
||||||
public PetitionReceivedMsgHandler(Class<? extends ClientNetMsg> handler) {
|
public PetitionReceivedMsgHandler() {
|
||||||
super(handler);
|
super(PetitionReceivedMsg.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user