mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
9 lines
No EOL
113 B
C#
9 lines
No EOL
113 B
C#
namespace Penumbra.Api.Enums;
|
|
|
|
public enum ChangedItemType
|
|
{
|
|
None,
|
|
Item,
|
|
Action,
|
|
Customization,
|
|
} |