|
// AUTOMATICALLY GENERATED, DO NOT EDIT
|
|
using System.Diagnostics.CodeAnalysis;
|
|
|
|
namespace Creaturelibbattling
|
|
{
|
|
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
|
internal enum EventDataKind : byte
|
|
{
|
|
Damage = 0,
|
|
Heal = 1,
|
|
Faint = 2,
|
|
DisplayText = 3,
|
|
}
|
|
}
|