Files
Fortis/Source/FORTIS_Taktika/Private/ResComState.cpp
T
2022-05-26 18:32:27 +05:00

11 lines
295 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#include "ResComState.h"
//UResComState* UResComState::Make(int32 index)
//{
// UResComState* newObject = NewObject<UResComState>(UResComState::StaticClass());
// newObject->state = index;
// return newObject;
//}