Files
kiri-core/Server/Manager/ServerManager.php
T
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()
{
}
}