haxis/Source/UnrealProject/GUI/Lobby/LobbyPlayerSlot.h

17 lines
256 B
C++

// Project Lab - NHTV Igad
#pragma once
#include "GUI/PlayerSlot.h"
#include "PlayerSlot.h"
#include "LobbyPlayerSlot.generated.h"
/**
*
*/
UCLASS()
class UNREALPROJECT_API ULobbyPlayerSlot : public UPlayerSlot
{
GENERATED_BODY()
};