mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-16 09:08:02 +00:00
452ffe2369
relocate location of stuff
7 lines
No EOL
141 B
C#
7 lines
No EOL
141 B
C#
namespace PKHeX.Core
|
|
{
|
|
internal class EncounterSlotMoves : EncounterSlot, IMoveset
|
|
{
|
|
public int[] Moves { get; set; }
|
|
}
|
|
} |