thunderbrew/src/client/ClientRealmResponseAdapter.hpp
2023-01-02 13:17:18 -06:00

10 lines
211 B
C++

#ifndef CLIENT_CLIENT_REALM_RESPONSE_ADAPTER_HPP
#define CLIENT_CLIENT_REALM_RESPONSE_ADAPTER_HPP
#include "net/Connection.hpp"
class ClientRealmResponseAdapter : public RealmResponse {
public:
};
#endif