Revert "- Added comments"

This reverts commit 1fe77f6076.
This commit is contained in:
Tinglyyy
2025-09-29 18:20:16 +02:00
parent 742059ff67
commit 44ef52dba4
44 changed files with 205 additions and 1795 deletions

View File

@@ -4,29 +4,11 @@ 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 class ProtocolSettings extends DefaultMethodsOverrider {
/**
* The host to connect to.
*/
public String host;
/**
* The port to connect to.
*/
public int port;
/**
* The protocol version to use.
*/
public PacketHandler packetHandler;
/**
* The event manager to use.
*/
public EventManager eventManager;
}