mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 16:48:01 +00:00
78ff441e8b
rearrange some logic for clearer function (extract some methods)
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; }
|
|
}
|
|
} |