LeviLamina
Loading...
Searching...
No Matches
PersistenceGroupItemChangeAction.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::Services {
6
7
enum class
PersistenceGroupItemChangeAction :
int
{
8
Added = 0,
9
Deleted = 1,
10
Updated = 2,
11
};
12
13
}
src
mc
common
editor
PersistenceGroupItemChangeAction.h
Generated on
for LeviLamina by
1.16.1