mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
7 lines
141 B
C#
7 lines
141 B
C#
namespace PKHeX.Core
|
|
{
|
|
internal class EncounterSlotMoves : EncounterSlot, IMoveset
|
|
{
|
|
public int[] Moves { get; set; }
|
|
}
|
|
} |