mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-26 02:19:21 +01:00
Add revert options to equip.
This commit is contained in:
parent
5ea779a34c
commit
bb671e8dd2
4 changed files with 59 additions and 33 deletions
|
|
@ -44,4 +44,7 @@ public readonly struct CustomizeParameterValue
|
|||
|
||||
public float this[int idx]
|
||||
=> _data[idx];
|
||||
|
||||
public override string ToString()
|
||||
=> _data.ToString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue