init
This commit is contained in:
14
src/client/game/demonware/services/bdDML.hpp
Normal file
14
src/client/game/demonware/services/bdDML.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "../i_service.hpp"
|
||||
|
||||
namespace demonware
|
||||
{
|
||||
class bdDML final : public i_generic_service<27>
|
||||
{
|
||||
public:
|
||||
bdDML();
|
||||
|
||||
private:
|
||||
void get_user_raw_data(i_server* server, byte_buffer* buffer) const;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user