2025-03-18 19:25:25 +01:00
|
|
|
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
2025-04-08 18:19:42 -05:00
|
|
|
#include "luckyworld.h"
|
2025-03-18 19:25:25 +01:00
|
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
|
2025-04-08 18:19:42 -05:00
|
|
|
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, luckyworld, "luckyworld" );
|