Setup for character
movement not working
This commit is contained in:
9
Source/OpenConflict/DDIGamemodeBase.cpp
Normal file
9
Source/OpenConflict/DDIGamemodeBase.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "DDIGamemodeBase.h"
|
||||
|
||||
void ADDIGamemodeBase::BeginPlay()
|
||||
{
|
||||
Super::BeginPlay();
|
||||
}
|
||||
Reference in New Issue
Block a user