LeviLamina
Loading...
Searching...
No Matches
PathCompletionType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class PathCompletionType : uchar {
6 Empty = 0,
7 Partial = 1,
8 Full = 2,
9};