Fix property name typo

efec331741 (r36246093)

ty @AnalogMan151
This commit is contained in:
Kurt 2019-12-03 10:39:57 -08:00 committed by GitHub
parent d3f7e7bf07
commit e9b9141eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ namespace PKHeX.Core
set => BitConverter.GetBytes(value).CopyTo(Data, 0x60);
}
public ulong BottonOrDress
public ulong BottomOrDress
{
get => BitConverter.ToUInt64(Data, 0x68);
set => BitConverter.GetBytes(value).CopyTo(Data, 0x68);