Compare commits

..

No commits in common. "83178d863b83ad7187f9aeb06878238ed26bee3c" and "47e78bf7e09e71d9317c999562441c35910cb10b" have entirely different histories.

9 changed files with 4 additions and 41 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Content/Weapons/Pistol/Pistol.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Weapons/Pistol/PistolPickup.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Weapons/Rifle/Rifle.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Content/Weapons/Rifle/RiflePickup.uasset (Stored with Git LFS)

Binary file not shown.

View File

@ -1,5 +0,0 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "MainMenuUIWidget.h"

View File

@ -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()
};