PkmnLibSharp/PkmnLibSharp/Generated/Creaturelibbattling/AttackLearnMethod.cs

12 lines
223 B
C#
Raw Normal View History

2020-05-02 17:54:07 +00:00
using System.Diagnostics.CodeAnalysis;
namespace Creaturelibbattling
{
[SuppressMessage("ReSharper", "InconsistentNaming")]
public enum AttackLearnMethod : int
{
Unknown = 0,
Level = 1,
}
}