mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 22:08:35 +00:00
7 lines
No EOL
148 B
C#
7 lines
No EOL
148 B
C#
namespace PKHeX.Core
|
|
{
|
|
internal sealed class EncounterSlotMoves : EncounterSlot, IMoveset
|
|
{
|
|
public int[] Moves { get; set; }
|
|
}
|
|
} |