LeviLamina
Loading...
Searching...
No Matches
BrushPaintCompletionState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::Brush {
6
7
enum class
BrushPaintCompletionState :
int
{
8
Success = 0,
9
Canceled = 1,
10
Failed = 2,
11
};
12
13
}
src
mc
editor
services
native_brush
BrushPaintCompletionState.h
Generated on Sat Apr 26 2025 05:55:33 for LeviLamina by
1.12.0