CommonLibSSE NG
Loading...
Searching...
No Matches
FightReactions.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
5 enum class FIGHT_REACTION
6 {
7 kNeutral = 0,
8 kEnemy = 1,
9 kAlly = 2,
10 kFriend = 3
11 };
12}
Definition AbsorbEffect.h:6
FIGHT_REACTION
Definition FightReactions.h:6