11 lines
295 B
C++
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;
|
|
//}
|