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