init
This commit is contained in:
11
src/client/game/demonware/services/bdLSGHello.hpp
Normal file
11
src/client/game/demonware/services/bdLSGHello.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "../i_service.hpp"
|
||||
|
||||
namespace demonware
|
||||
{
|
||||
class bdLSGHello final : public i_generic_service<7>
|
||||
{
|
||||
public:
|
||||
void call_service(i_server* server, const std::string& data) override;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user