7 lines
86 B
C++
7 lines
86 B
C++
|
#include "GasaCharacter.h"
|
||
|
|
||
|
void AGasaCharacter::BeginPlay()
|
||
|
{
|
||
|
Super::BeginPlay();
|
||
|
}
|