mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 12:33:39 +00:00
7 lines
135 B
C++
7 lines
135 B
C++
#include "FortCurieElementBehavior_Fire.h"
|
|
|
|
UFortCurieElementBehavior_Fire::UFortCurieElementBehavior_Fire() {
|
|
BurningRate = 1;
|
|
}
|
|
|