thunderbrew/src/client/ClientRealmResponseAdapter.hpp

11 lines
211 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef CLIENT_CLIENT_REALM_RESPONSE_ADAPTER_HPP
#define CLIENT_CLIENT_REALM_RESPONSE_ADAPTER_HPP
#include "net/Connection.hpp"
class ClientRealmResponseAdapter : public RealmResponse {
public:
};
#endif