Update code

This commit is contained in:
build@lguplus.co.kr 2023-11-28 18:07:47 +09:00
parent bf57e08f92
commit cd5173460d

View file

@ -9,7 +9,7 @@ import 'package:protobuf/protobuf.dart';
import 'package:dart_framework/communicator.dart';
import 'package:dart_framework/socket/packets/message_common.pb.dart';
class ProtobufClient extends Communicator
abstract class ProtobufClient extends Communicator
{
final int _headerSize = 4;
final Socket _socket;