CommonLibSSE NG
SoulLevels.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  enum class SOUL_LEVEL
6  {
7  kNone = 0,
8  kPetty = 1,
9  kLesser = 2,
10  kCommon = 3,
11  kGreater = 4,
12  kGrand = 5
13  };
14 }
Definition: AbsorbEffect.h:6
SOUL_LEVEL
Definition: SoulLevels.h:6