PkmnLibSharp/PkmnLibSharp/Generated/Creaturelib/HistoryElementKind.cs

13 lines
262 B
C#
Raw Normal View History

2020-05-03 09:38:49 +00:00
// AUTOMATICALLY GENERATED, DO NOT EDIT
2020-05-02 17:54:07 +00:00
using System.Diagnostics.CodeAnalysis;
2020-08-17 16:51:07 +00:00
namespace Creaturelib
2020-05-02 17:54:07 +00:00
{
[SuppressMessage("ReSharper", "InconsistentNaming")]
2020-08-17 16:51:07 +00:00
internal enum HistoryElementKind : byte
2020-05-02 17:54:07 +00:00
{
2020-08-17 16:51:07 +00:00
AttackUse = 0,
2021-11-05 12:58:01 +00:00
Damage = 1,
2020-05-02 17:54:07 +00:00
}
}