mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-02 16:59:15 +00:00
4f40330af9
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; }
|
|
}
|
|
}
|