// AUTOMATICALLY GENERATED, DO NOT EDIT using System.Diagnostics.CodeAnalysis; namespace Pkmnlib { [SuppressMessage("ReSharper", "InconsistentNaming")] internal enum ScriptCategory : byte { Attack = 0, Talent = 1, Status = 2, Creature = 3, Battle = 4, Side = 5, ItemBattleTrigger = 6, } }