All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy