mirror of
https://github.com/alterware/master-server.git
synced 2026-06-09 19:22:37 +00:00
init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "../service.hpp"
|
||||
|
||||
class getservers_command : public service
|
||||
{
|
||||
public:
|
||||
using service::service;
|
||||
|
||||
const char* get_command() const override;
|
||||
void handle_command(const network::address& target, const std::string_view& data) override;
|
||||
};
|
||||
Reference in New Issue
Block a user