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