LibAC-dart/bin/server_test.dart

6 lines
108 B
Dart
Raw Permalink Normal View History

import 'package:libac_dart/packets/packets.dart';
void main() async {
await PacketServer.start(25306);
}