LeviLamina
Loading...
Searching...
No Matches
ProviderCleanupLocation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ProviderCleanupLocation : int {
6 Destructor = 0,
7 AfterDoWork = 1,
8 InCancel = 2,
9 CleanedUp = 3,
10};