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