t7x/src/client/game/demonware/services/bdPublisherVariables.hpp
2022-09-17 08:13:06 +02:00

14 lines
228 B
C++

#pragma once
namespace demonware
{
class bdPublisherVariables final : public service
{
public:
bdPublisherVariables();
private:
void retrievePublisherVariables(service_server* server, byte_buffer* buffer) const;
};
}