This commit is contained in:
2021-08-12 14:00:44 +08:00
parent a4056c8341
commit 3bd3a39642
12 changed files with 11 additions and 736 deletions
+5 -1
View File
@@ -12,7 +12,11 @@ use Server\ExceptionHandlerInterface;
use Server\SInterface\OnPacket;
use Server\SInterface\OnReceive;
abstract class Udp implements OnPacket
/**
*
*/
abstract class Udp extends Server implements OnPacket
{
use EventDispatchHelper;