LeviLamina
Loading...
Searching...
No Matches
CreakingHeartState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class CreakingHeartState : int {
6 Uprooted = 0,
7 Dormant = 1,
8 Awake = 2,
9 Count = 3,
10};