mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-19 22:17:44 +01:00
Add support info to Glamourer.
This commit is contained in:
parent
52b89a4177
commit
3f99d11179
7 changed files with 138 additions and 13 deletions
|
|
@ -200,7 +200,7 @@ public readonly record struct StateIndex(int Value) : IEqualityOperators<StateIn
|
|||
|
||||
public const int Size = ParamDecalColor + 1;
|
||||
|
||||
public IEnumerable<StateIndex> All
|
||||
public static IEnumerable<StateIndex> All
|
||||
=> Enumerable.Range(0, Size - 1).Select(i => new StateIndex(i));
|
||||
|
||||
public bool GetApply(DesignBase data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue