Files
2022-05-26 18:32:27 +05:00

19 lines
278 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CppEnums.h"
#include "Blueprint/UserWidget.h"
#include "CoreMinimal.h"
/**
*
*/
class FORTIS_TAKTIKA_API CppStructures
{
public:
CppStructures();
~CppStructures();
};