mirror of
https://github.com/Theaninova/BeatLanguageMapper.git
synced 2026-01-21 09:23:02 +00:00
Initial Commit!
いきますよ!
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
By Rama
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "ModuleManager.h"
|
||||
|
||||
class FVictoryBPLibraryModule : public IModuleInterface
|
||||
{
|
||||
public:
|
||||
|
||||
/** IModuleInterface implementation */
|
||||
virtual void StartupModule() override;
|
||||
virtual void ShutdownModule() override;
|
||||
};
|
||||
Reference in New Issue
Block a user