DrivenEngine channels are now shared_ptr
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
UniqueWorld world_;
|
||||
int64_t actor_id_;
|
||||
InvocationQueue unack_;
|
||||
UniqueChannel channel_;
|
||||
SharedChannel channel_;
|
||||
LuaConsole console_;
|
||||
PrintChanneler print_channeler_;
|
||||
Gui gui_;
|
||||
|
||||
Reference in New Issue
Block a user