Files
PHY/Plugins/GGS/Source/GenericUISystem/Private/GUIS_GenericUISystemSettings.cpp
2026-03-03 01:23:02 +08:00

10 lines
240 B
C++

// Copyright 2025 https://yuewu.dev/en All Rights Reserved.
#include "GUIS_GenericUISystemSettings.h"
const UGUIS_GenericUISystemSettings* UGUIS_GenericUISystemSettings::Get()
{
return GetDefault<UGUIS_GenericUISystemSettings>();
}