mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-25 11:57:10 +00:00
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; }
|
|
}
|
|
} |