PkmnLibSharp/PkmnLibSharp/Generated/Creaturelib/HistoryElementKind.cs

12 lines
242 B
C#

// AUTOMATICALLY GENERATED, DO NOT EDIT
using System.Diagnostics.CodeAnalysis;
namespace Creaturelib
{
[SuppressMessage("ReSharper", "InconsistentNaming")]
internal enum HistoryElementKind : byte
{
AttackUse = 0,
}
}