第一次提交
This commit is contained in:
17
Source/PHYInventory/Private/PHYInventory.cpp
Normal file
17
Source/PHYInventory/Private/PHYInventory.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "PHYInventory.h"
|
||||
|
||||
#define LOCTEXT_NAMESPACE "FPHYInventoryModule"
|
||||
|
||||
void FPHYInventoryModule::StartupModule()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void FPHYInventoryModule::ShutdownModule()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#undef LOCTEXT_NAMESPACE
|
||||
|
||||
IMPLEMENT_MODULE(FPHYInventoryModule, PHYInventory)
|
||||
Reference in New Issue
Block a user