LeviLamina
Loading...
Searching...
No Matches
AttributeOperands.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class AttributeOperands : int {
6 OperandMin = 0,
7 OperandMax = 1,
8 OperandCurrent = 2,
9 TotalOperands = 3,
10 OperandInvalid = 3,
11};