thunderbrew/src/net/connection/RealmResponse.hpp

9 lines
130 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef NET_CONNECTION_REALM_RESPONSE_HPP
#define NET_CONNECTION_REALM_RESPONSE_HPP
class RealmResponse {
public:
};
#endif