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