VENOM-10: WIP

This commit is contained in:
Maurice Grönwoldt 2020-11-18 17:50:01 +01:00
commit 5c44d50989
33 changed files with 890 additions and 601 deletions

View file

@ -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;
}