mirror of
https://github.com/arthurdead/proxysend.git
synced 2025-12-06 18:08:22 +00:00
Merge branch 'master' of https://github.com/arthurdead/proxysend.git
This commit is contained in:
commit
eefac413f7
@ -49,7 +49,7 @@ class Sample final : public SDKExtension, public IPluginsListener, public ISMEnt
|
||||
{
|
||||
public:
|
||||
using pack_ent_listeners_t = std::vector<const parallel_pack_listener *>;
|
||||
pack_ent_listeners_t pack_ent_listeners;
|
||||
pack_ent_listeners_t pack_ent_listeners{};
|
||||
|
||||
bool add_listener(const parallel_pack_listener *ptr) noexcept override final;
|
||||
bool remove_listener(const parallel_pack_listener *ptr) noexcept override final;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user