LeviLamina
Loading...
Searching...
No Matches
TargetSelectionMethod.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class TargetSelectionMethod : uchar {
6 Nearest = 0,
7 Random = 1,
8};
Definition Random.h:16