Files
BXSSP_Andriod/Source/BXSSP/Private/RoverGameModeBase.cpp

16 lines
282 B
C++
Raw Permalink Normal View History

2025-10-14 11:14:54 +08:00
// Fill out your copyright notice in the Description page of Project Settings.
#include "RoverGameModeBase.h"
ARoverGameModeBase* ARoverGameModeBase::BaseGameMode = nullptr;
ARoverGameModeBase::ARoverGameModeBase()
{
BaseGameMode = this;
}
void ARoverGameModeBase::Init()
{
}