forked from alterware/s1-mod
init
This commit is contained in:
13
src/client/game/demonware/services/bdEventLog.hpp
Normal file
13
src/client/game/demonware/services/bdEventLog.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
namespace demonware
|
||||
{
|
||||
class bdEventLog final : public service
|
||||
{
|
||||
public:
|
||||
bdEventLog();
|
||||
|
||||
private:
|
||||
void unk6(service_server* server, byte_buffer* buffer) const;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user