mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-23 06:06:22 -05:00
7 lines
106 B
C#
7 lines
106 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface IFavorite
|
|
{
|
|
bool Favorite { get; set; }
|
|
}
|
|
} |