LeviLamina
Loading...
Searching...
No Matches
DependencyResolutionBehavior.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Scripting {
6
7enum class DependencyResolutionBehavior : int {
8 PromoteIfNeeded = 0,
9 PromoteToLatest = 1,
10};
11
12}