Compare commits
No commits in common. "83178d863b83ad7187f9aeb06878238ed26bee3c" and "47e78bf7e09e71d9317c999562441c35910cb10b" have entirely different histories.
83178d863b
...
47e78bf7e0
BIN
Content/UI/MainMenu/MainMenuUIWidget.uasset (Stored with Git LFS)
BIN
Content/UI/MainMenu/MainMenuUIWidget.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Weapons/Machinegun/Machinegun.uasset (Stored with Git LFS)
BIN
Content/Weapons/Machinegun/Machinegun.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Weapons/Machinegun/MachinegunThrowable.uasset (Stored with Git LFS)
BIN
Content/Weapons/Machinegun/MachinegunThrowable.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Weapons/Pistol/Pistol.uasset (Stored with Git LFS)
BIN
Content/Weapons/Pistol/Pistol.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Weapons/Pistol/PistolPickup.uasset (Stored with Git LFS)
BIN
Content/Weapons/Pistol/PistolPickup.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Weapons/Rifle/Rifle.uasset (Stored with Git LFS)
BIN
Content/Weapons/Rifle/Rifle.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Weapons/Rifle/RiflePickup.uasset (Stored with Git LFS)
BIN
Content/Weapons/Rifle/RiflePickup.uasset (Stored with Git LFS)
Binary file not shown.
|
@ -1,5 +0,0 @@
|
||||||
// Fill out your copyright notice in the Description page of Project Settings.
|
|
||||||
|
|
||||||
|
|
||||||
#include "MainMenuUIWidget.h"
|
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
// Fill out your copyright notice in the Description page of Project Settings.
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include "CoreMinimal.h"
|
|
||||||
#include "Blueprint/UserWidget.h"
|
|
||||||
#include "MainMenuUIWidget.generated.h"
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
UCLASS()
|
|
||||||
class NAKATOMI_API UMainMenuUIWidget : public UUserWidget
|
|
||||||
{
|
|
||||||
GENERATED_BODY()
|
|
||||||
|
|
||||||
};
|
|
Loading…
Reference in New Issue