VENOM-10: WIP
This commit is contained in:
parent
8d246aa381
commit
5c44d50989
33 changed files with 890 additions and 601 deletions
|
|
@ -4,9 +4,11 @@
|
|||
namespace Venom\Core;
|
||||
|
||||
|
||||
use Venom\Venom;
|
||||
|
||||
interface Module
|
||||
{
|
||||
public function register(): bool;
|
||||
public function register(Venom $venom): bool;
|
||||
|
||||
public function init(): void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue