- Updated to new repo
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package org.openautonomousconnection.protocol;
|
||||
|
||||
import dev.unlegitdqrk.unlegitlibrary.event.EventManager;
|
||||
import dev.unlegitdqrk.unlegitlibrary.network.system.packets.PacketHandler;
|
||||
import dev.unlegitdqrk.unlegitlibrary.utils.DefaultMethodsOverrider;
|
||||
|
||||
public class ProtocolSettings extends DefaultMethodsOverrider {
|
||||
|
||||
public String host;
|
||||
public int port;
|
||||
public PacketHandler packetHandler;
|
||||
public EventManager eventManager;
|
||||
|
||||
}
|
Reference in New Issue
Block a user