mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 17:25:14 -05:00
Minor clean
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user