mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 06:10:07 -05:00
Remove unnecessary overrides
This commit is contained in:
@@ -16,7 +16,6 @@ public sealed class EncounterStatic8N : EncounterStatic8Nest<EncounterStatic8N>
|
||||
|
||||
private IReadOnlyList<byte> NestLocations => Encounters8Nest.NestLocations[NestID];
|
||||
|
||||
public override int Location { get => SharedNest; init { } }
|
||||
public override int Level { get => LevelMin; init { } }
|
||||
public override int LevelMin => LevelCaps[MinRank * 2];
|
||||
public override int LevelMax => LevelCaps[(MaxRank * 2) + 1];
|
||||
|
||||
@@ -8,8 +8,6 @@ namespace PKHeX.Core
|
||||
/// <inheritdoc cref="EncounterStatic8Nest{T}"/>
|
||||
public sealed class EncounterStatic8NC : EncounterStatic8Nest<EncounterStatic8NC>
|
||||
{
|
||||
public override int Location { get => SharedNest; init { } }
|
||||
|
||||
protected override bool IsMatchLocation(PKM pkm)
|
||||
{
|
||||
var loc = pkm.Met_Location;
|
||||
|
||||
Reference in New Issue
Block a user