mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
Make line endings explicit in editorconfig and share in sub projects, also apply editorconfig everywhere and move some namespaces.
This commit is contained in:
parent
53adb6fa54
commit
2b4a01df06
155 changed files with 1620 additions and 1614 deletions
|
|
@ -45,7 +45,6 @@ public sealed class CollectionChange : EventWrapper<Action<CollectionType, ModCo
|
|||
|
||||
/// <seealso cref="UI.ModsTab.ModFileSystemSelector.OnCollectionChange"/>
|
||||
ModFileSystemSelector = 0,
|
||||
|
||||
}
|
||||
|
||||
public CollectionChange()
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ public sealed class ModDataChanged : EventWrapper<Action<ModDataChangeType, Mod,
|
|||
/// <seealso cref="Mods.Manager.ModCacheManager.OnModDataChange"/>
|
||||
ModCacheManager = 0,
|
||||
|
||||
/// <seealso cref="Mods.ModFileSystem.OnDataChange"/>
|
||||
/// <seealso cref="Mods.Manager.ModFileSystem.OnDataChange"/>
|
||||
ModFileSystem = 0,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
using OtterGui.Classes;
|
||||
using Penumbra.Mods.Manager;
|
||||
|
||||
namespace Penumbra.Communication;
|
||||
|
||||
|
|
@ -19,7 +20,7 @@ public sealed class ModDiscoveryFinished : EventWrapper<Action, ModDiscoveryFini
|
|||
/// <seealso cref="Mods.Manager.ModCacheManager.OnModDiscoveryFinished"/>
|
||||
ModCacheManager = 0,
|
||||
|
||||
/// <seealso cref="Mods.ModFileSystem.Reload"/>
|
||||
/// <seealso cref="Mods.Manager.ModFileSystem.Reload"/>
|
||||
ModFileSystem = 0,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ public sealed class ModDiscoveryStarted : EventWrapper<Action, ModDiscoveryStart
|
|||
/// <seealso cref="UI.ModsTab.ModFileSystemSelector.StoreCurrentSelection"/>
|
||||
ModFileSystemSelector = 200,
|
||||
}
|
||||
|
||||
public ModDiscoveryStarted()
|
||||
: base(nameof(ModDiscoveryStarted))
|
||||
{ }
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ public sealed class ModPathChanged : EventWrapper<Action<ModPathChangeType, Mod,
|
|||
/// <seealso cref="Mods.Manager.ModExportManager.OnModPathChange"/>
|
||||
ModExportManager = 0,
|
||||
|
||||
/// <seealso cref="Mods.ModFileSystem.OnModPathChange"/>
|
||||
/// <seealso cref="Mods.Manager.ModFileSystem.OnModPathChange"/>
|
||||
ModFileSystem = 0,
|
||||
|
||||
/// <seealso cref="Mods.Manager.ModManager.OnModPathChange"/>
|
||||
|
|
@ -48,6 +48,7 @@ public sealed class ModPathChanged : EventWrapper<Action<ModPathChangeType, Mod,
|
|||
/// <seealso cref="Collections.Cache.CollectionCacheManager.OnModChangeRemoval"/>
|
||||
CollectionCacheManagerRemoval = 100,
|
||||
}
|
||||
|
||||
public ModPathChanged()
|
||||
: base(nameof(ModPathChanged))
|
||||
{ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue