parent
c5d77baa69
commit
c5bafe2735
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Base_BaseColor.uasset (Stored with Git LFS)
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Base_BaseColor.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Base_Normal.uasset (Stored with Git LFS)
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Base_Normal.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Base_OcclusionRoughnessMetallic.uasset (Stored with Git LFS)
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Base_OcclusionRoughnessMetallic.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Cockpit_BaseColor.uasset (Stored with Git LFS)
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Cockpit_BaseColor.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Cockpit_Normal.uasset (Stored with Git LFS)
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Cockpit_Normal.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Cockpit_OcclusionRoughnessMetallic.uasset (Stored with Git LFS)
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Cockpit_OcclusionRoughnessMetallic.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Trim_BaseColor.uasset (Stored with Git LFS)
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Trim_BaseColor.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Trim_Normal.uasset (Stored with Git LFS)
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Trim_Normal.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Trim_OcclusionRoughnessMetallic.uasset (Stored with Git LFS)
BIN
Content/Models/PlayerUnits/Interceptor/Textures/interceptor_Trim_OcclusionRoughnessMetallic.uasset (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,5 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "AbilityUpgrade.h"
|
||||
|
@ -0,0 +1,17 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Upgrade.h"
|
||||
#include "AbilityUpgrade.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class SPACEBATTLER_API UAbilityUpgrade : public UUpgrade
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
};
|
Loading…
Reference in new issue