mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-18 19:17:46 -05:00
8 lines
150 B
C#
8 lines
150 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface IScaledSize
|
|
{
|
|
int WeightScalar { get; set; }
|
|
int HeightScalar { get; set; }
|
|
}
|
|
} |