第一次提交
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// Copyright 2025 https://yuewu.dev/en All Rights Reserved.
|
||||
|
||||
#include "GenericUISystem.h"
|
||||
|
||||
#define LOCTEXT_NAMESPACE "FGenericUISystemModule"
|
||||
|
||||
void FGenericUISystemModule::StartupModule()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void FGenericUISystemModule::ShutdownModule()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
|
||||
IMPLEMENT_MODULE(FGenericUISystemModule, GenericUISystem)
|
||||
Reference in New Issue
Block a user