LeviLamina
Loading...
Searching...
No Matches
OptionOwnerType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class OptionOwnerType : int {
6 User = 0,
7 Machine = 1,
8};