PkmnLibSharp/PkmnLibSharp/Battling/History/HistoryElementKind.cs

7 lines
118 B
C#
Raw Normal View History

2020-08-17 16:51:07 +00:00
namespace PkmnLibSharp.Battling.History
{
public enum HistoryElementKind : byte
{
MoveUse = 0,
}
}