SwordNGunUE4/SwordNGun/Source/SwordNGun/SwordNGun.cpp
2021-02-24 15:58:47 -05:00

7 lines
196 B
C++

// Project Sword & Gun Copyright © 2021 Kevin Poretti
#include "SwordNGun.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, SwordNGun, "SwordNGun" );