mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
6 lines
99 B
C#
6 lines
99 B
C#
namespace PKHeX.Core;
|
|
|
|
public interface IDaycareEggState
|
|
{
|
|
bool IsEggAvailable { get; set; }
|
|
}
|