12 lines
165 B
C++
12 lines
165 B
C++
|
// Fill out your copyright notice in the Description page of Project Settings.
|
||
|
|
||
|
|
||
|
#include "StatusEffect.h"
|
||
|
|
||
|
void UStatusEffect::Invoke(ACharacter* Character)
|
||
|
{
|
||
|
|
||
|
|
||
|
|
||
|
}
|