Updated to latest UnlegitLibrary version and implemented UDP
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package org.openautonomousconnection.protocol;
|
||||
|
||||
import dev.unlegitdqrk.unlegitlibrary.event.EventManager;
|
||||
import dev.unlegitdqrk.unlegitlibrary.network.system.packets.PacketHandler;
|
||||
import dev.unlegitdqrk.unlegitlibrary.utils.DefaultMethodsOverrider;
|
||||
|
||||
/**
|
||||
* Settings for the protocol connection.
|
||||
*/
|
||||
public final class ProtocolValues extends DefaultMethodsOverrider {
|
||||
/**
|
||||
* The protocol version to use.
|
||||
*/
|
||||
public PacketHandler packetHandler;
|
||||
|
||||
/**
|
||||
* The event manager to use.
|
||||
*/
|
||||
public EventManager eventManager;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user