Add support info to Glamourer.

This commit is contained in:
Ottermandias 2024-06-23 22:55:31 +02:00
parent 52b89a4177
commit 3f99d11179
7 changed files with 138 additions and 13 deletions

View file

@ -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)