// AUTOMATICALLY GENERATED, DO NOT EDIT using System.Diagnostics.CodeAnalysis; namespace Pkmnlib { [SuppressMessage("ReSharper", "InconsistentNaming")] internal enum PkmnEventDataKind : byte { WeatherChange = 128, CaptureAttempt = 129, } }