Move files

no functional change, just putting stuff in a more appropriate folder
This commit is contained in:
Kurt
2020-01-25 17:22:20 -08:00
parent b5d48bc14f
commit ffa70e7626
15 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ public enum MoveType : sbyte
Fairy,
}
public static partial class Extensions
public static class MoveTypeExtensions
{
public static MoveType GetMoveTypeGeneration(this MoveType type, int generation)
{