refactoring

This commit is contained in:
NetRiceCake
2025-11-29 20:52:35 +09:00
parent f9d7254538
commit 0558360bed
24 changed files with 190 additions and 157 deletions

View File

@@ -11,7 +11,7 @@ import com.github.netricecake.loco.packet.outbound.InfoLinkOut;
import com.github.netricecake.loco.packet.outbound.MessageOut;
import lombok.Getter;
public class LocoSocketHandlerImpl implements LocoSocektHandler {
public class LocoSocketHandlerImpl extends LocoSocektHandler {
@Getter
private TalkClient client;
@@ -79,7 +79,8 @@ public class LocoSocketHandlerImpl implements LocoSocektHandler {
@Override
public void onDisconnect() {
client.connected = false;
System.out.println("연결 끊어짐");
}
@Override