2
0
Fork 0
mirror of https://github.com/kwsch/PKHeX synced 2025-02-19 06:48:33 +00:00
PKHeX/PKHeX.Core/PKM/Shared/IHandlerLanguage.cs
2019-11-15 17:52:08 -08:00

7 lines
No EOL
115 B
C#

namespace PKHeX.Core
{
public interface IHandlerLanguage
{
int HT_Language { get; set; }
}
}