13 lines
205 B
C++
13 lines
205 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "ResComUserManager.h"
|
|
|
|
UResComUserManager::UResComUserManager()
|
|
{
|
|
}
|
|
|
|
UResComUserManager::~UResComUserManager()
|
|
{
|
|
}
|