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