modify
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Server\Manager;
|
||||
|
||||
class ServerManager
|
||||
{
|
||||
|
||||
|
||||
public function onManagerStart()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function onManagerStop()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user