Files
Project-Reboot-3.0/Project Reboot 3.0/ChildConnection.h
Gray b3d9ab9e8b Dude 💀
2024-03-20 21:45:38 -04:00

9 lines
102 B
C++

#pragma once
#include "NetConnection.h"
class UChildConnection : public UNetConnection
{
public:
};