Some renaming

This commit is contained in:
Ottermandias 2023-04-14 16:22:06 +02:00
parent 828cd07df0
commit 0108e51636
12 changed files with 509 additions and 506 deletions

View file

@ -13,7 +13,8 @@ using Penumbra.Meta.Files;
using Penumbra.Meta.Manipulations;
using Penumbra.String.Classes;
using CharacterUtility = Penumbra.Interop.Services.CharacterUtility;
using Penumbra.Collections.Cache;
namespace Penumbra.Collections;
public partial class ModCollection
@ -24,8 +25,10 @@ public partial class ModCollection
public bool HasCache
=> _cache != null;
// Count the number of changes of the effective file list.
// This is used for material and imc changes.
/// <summary>
/// Count the number of changes of the effective file list.
/// This is used for material and imc changes.
/// </summary>
public int ChangeCounter { get; internal set; }
// Only create, do not update.