LeviLamina
Loading...
Searching...
No Matches
ThermalState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
ThermalState :
int
{
6
Unknown = 0,
7
Normal = 1,
8
Moderate = 2,
9
Serious = 3,
10
Critical = 4,
11
Count = 5,
12
};
src
mc
platform
thermal
ThermalState.h
Generated on Sat Apr 26 2025 05:55:49 for LeviLamina by
1.12.0