Space Plunder
Loading...
Searching...
No Matches
MultiplayerMenuSystemWidget.h
Go to the documentation of this file.
1// Fill out your copyright notice in the Description page of Project Settings.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "MultiplayerMenuSystemWidget.generated.h"
8
9UCLASS()
11{
12 GENERATED_BODY()
13
14 //TODO Move all multipalyer menu stuff here and remove from main menu widget bp
15
16};
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition ChatSystemComponent.h:13
Definition MultiplayerMenuSystemWidget.h:11
Definition SingleMenuSystemWidget.h:15