LeviLamina
Loading...
Searching...
No Matches
BehaviorType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
sidebar {
6
7
enum class
BehaviorType : uint {
8
NavOption = 0,
9
UIBehaviorTypeStart = 1,
10
NavLine = 1,
11
NavFill = 2,
12
UIBehaviorTypeEnd = 2,
13
Count = 3,
14
Invalid = 3,
15
};
16
17
}
src
mc
client
store
sidebar
BehaviorType.h
Generated on Sat Apr 26 2025 05:55:22 for LeviLamina by
1.12.0