Files
kiri-core/Server/Manager/ServerManager.php
T
as2252258@163.com 5aa94c1a25 modify
2021-07-18 12:06:56 +08:00

21 lines
144 B
PHP

<?php
namespace Server\Manager;
class ServerManager
{
public function onManagerStart()
{
}
public function onManagerStop()
{
}
}