mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-07-15 07:20:51 -05:00
7 lines
216 B
C#
7 lines
216 B
C#
namespace PKHeX.Core;
|
|
|
|
public abstract class LearnSource5
|
|
{
|
|
private protected static readonly EggMoves6[] EggMoves = EggMoves6.GetArray(BinLinkerAccessor.Get(Util.GetBinaryResource("eggmove_bw.pkl"), "bw"u8));
|
|
}
|