mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Cleanup
This commit is contained in:
parent
46c8b811ad
commit
2500512a6a
1 changed files with 0 additions and 5 deletions
|
|
@ -308,11 +308,6 @@ public partial class ModCollection
|
|||
// Struct to keep track of all priorities involved in a mod and register and compare accordingly.
|
||||
private readonly record struct FileRegister( int ModIdx, int ModPriority, int GroupPriority, int OptionPriority )
|
||||
{
|
||||
public readonly int ModIdx = ModIdx;
|
||||
public readonly int ModPriority = ModPriority;
|
||||
public readonly int GroupPriority = GroupPriority;
|
||||
public readonly int OptionPriority = OptionPriority;
|
||||
|
||||
public bool SameMod( FileRegister other, out bool less )
|
||||
{
|
||||
if( ModIdx != other.ModIdx )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue