mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Implemented Plugin Interface
This commit is contained in:
@ -160,4 +160,11 @@ class PluginAPI extends stdClass{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
interface Plugin{
|
||||
public function __construct($api, $server = false);
|
||||
public function init();
|
||||
public function __destruct();
|
||||
}
|
Reference in New Issue
Block a user