A bit better module config
This commit is contained in:
parent
647b8f3072
commit
98bfab4ba5
13 changed files with 67 additions and 45 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
#include "actor.h"
|
||||
|
||||
Module::Actor::Actor(const std::shared_ptr<Core>& core, const Shared::Permissions& permissions):
|
||||
Module(core, permissions, "Actor")
|
||||
Module::Actor::Actor(const std::shared_ptr<Core>& core, const Config::Module& conf):
|
||||
Module(core, conf, "Actor")
|
||||
{}
|
||||
|
||||
Module::Actor::~Actor() noexcept {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue