Create TankGameInstance
This commit is contained in:
parent
6de68223f4
commit
d3f2c03f48
BIN
Content/Gamemodes/BP_TankGameinstance.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Gamemodes/BP_TankGameinstance.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
5
Source/tank/TankGameInstance.cpp
Normal file
5
Source/tank/TankGameInstance.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "TankGameInstance.h"
|
||||
|
17
Source/tank/TankGameInstance.h
Normal file
17
Source/tank/TankGameInstance.h
Normal file
@ -0,0 +1,17 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Engine/GameInstance.h"
|
||||
#include "TankGameInstance.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class TANK_API UTankGameInstance : public UGameInstance
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user