net_io.msg.UndefinedMsg Maven / Gradle / Ivy
The newest version!
package net_io.msg;
public class UndefinedMsg extends BaseMsg {
public UndefinedMsg(int msgID) {
super(msgID);
}
}
package net_io.msg;
public class UndefinedMsg extends BaseMsg {
public UndefinedMsg(int msgID) {
super(msgID);
}
}