Files
kiri-core/Server/Manager/ServerManager.php
T

21 lines
144 B
PHP
Raw Normal View History

2021-07-18 12:06:56 +08:00
<?php
namespace Server\Manager;
class ServerManager
{
public function onManagerStart()
{
}
public function onManagerStop()
{
}
}