PKHeX/PKHeX.Core/Legality/Encounters/EncounterSlotMoves.cs
Kurt 452ffe2369 Refactoring
relocate location of stuff
2018-03-08 21:18:32 -08:00

7 lines
No EOL
141 B
C#

namespace PKHeX.Core
{
internal class EncounterSlotMoves : EncounterSlot, IMoveset
{
public int[] Moves { get; set; }
}
}