mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-11 21:22:41 +00:00
7 lines
87 B
C#
7 lines
87 B
C#
|
namespace PKHeX.Core;
|
||
|
|
||
|
public interface IPokerusStatus
|
||
|
{
|
||
|
byte PKRS { get; set; }
|
||
|
}
|