mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 13:58:33 +00:00
Closes #2835 ; zacian/zamazenta/eternatus can't have a DynamaxLevel other than 0. Co-Authored-By: Mikewando <mikewando@users.noreply.github.com>
7 lines
114 B
C#
7 lines
114 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface IGigantamax
|
|
{
|
|
bool CanGigantamax { get; set; }
|
|
}
|
|
}
|