PkmnLibSharp/PkmnLibSharp/Generated/Pkmnlib/ScriptCategory.cs

18 lines
362 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;
namespace Pkmnlib
{
[SuppressMessage("ReSharper", "InconsistentNaming")]
internal enum ScriptCategory : byte
2020-05-02 17:54:07 +00:00
{
Attack = 0,
Talent = 1,
Status = 2,
Creature = 3,
Battle = 4,
Side = 5,
2022-03-12 09:32:31 +00:00
ItemBattleTrigger = 6,
2020-05-02 17:54:07 +00:00
}
}