mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Minor clean
This commit is contained in:
parent
b242aed429
commit
bca8a80b39
|
|
@ -55,4 +55,4 @@ public int MoveRight(bool max = false)
|
|||
return newBox;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ public interface ISecureValueStorage
|
|||
ulong TimeStampPrevious { get; set; }
|
||||
ulong TimeStampCurrent { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Controls\SAV Editor\PartyEditor.cs" />
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
|
|
@ -65,10 +64,6 @@
|
|||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="Subforms\PKM Editors\TechRecordEditor.cs" />
|
||||
<Compile Update="Subforms\Save Editors\Misc\SAV_Accessor.cs" />
|
||||
<Compile Update="Subforms\Save Editors\Gen8\SAV_BlockDump8.cs" />
|
||||
<Compile Update="Subforms\Save Editors\Gen8\SAV_Trainer8.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user