16 lines
396 B
C++
16 lines
396 B
C++
|
// © 2024 Long Ly. All rights reserved. Any unauthorized use, reproduction, or distribution of this trademark is strictly prohibited and may result in legal action.
|
|||
|
|
|||
|
|
|||
|
#include "DataAssets/OLSGameDataAsset.h"
|
|||
|
|
|||
|
#include "Systems/OLSAssetManager.h"
|
|||
|
|
|||
|
UOLSGameDataAsset::UOLSGameDataAsset()
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
const UOLSGameDataAsset& UOLSGameDataAsset::Get()
|
|||
|
{
|
|||
|
return UOLSAssetManager::Get().GetGameData();
|
|||
|
}
|