初始提交: UE5.3项目基础框架
This commit is contained in:
15
Source/BXSSP/Private/RoverGameModeBase.cpp
Normal file
15
Source/BXSSP/Private/RoverGameModeBase.cpp
Normal file
@ -0,0 +1,15 @@
|
||||
// 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()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user