unitysamples / LyraStarterGame /Plugins /GameFeatures /TopDownArena /Source /TopDownArenaRuntime /Public /TopDownArenaRuntimeModule.h
| // Copyright Epic Games, Inc. All Rights Reserved. | |
| class FTopDownArenaRuntimeModule : public IModuleInterface | |
| { | |
| public: | |
| /** IModuleInterface implementation */ | |
| virtual void StartupModule() override; | |
| virtual void ShutdownModule() override; | |
| }; | |