mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 12:44:19 +01:00
Introduce list clipper for effective changes.
This commit is contained in:
parent
bf85cfe4b9
commit
3a7716717c
2 changed files with 37 additions and 15 deletions
|
|
@ -52,6 +52,9 @@ namespace Penumbra.Meta
|
|||
public IEnumerable< (MetaManipulation, Mod.Mod) > Manipulations
|
||||
=> _currentManipulations.Select( kvp => ( kvp.Key, kvp.Value ) );
|
||||
|
||||
public int Count
|
||||
=> _currentManipulations.Count;
|
||||
|
||||
public bool TryGetValue( MetaManipulation manip, out Mod.Mod mod )
|
||||
=> _currentManipulations.TryGetValue( manip, out mod );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue