Add revert options to equip.

This commit is contained in:
Ottermandias 2024-01-09 16:54:43 +01:00
parent 5ea779a34c
commit bb671e8dd2
4 changed files with 59 additions and 33 deletions

View file

@ -44,4 +44,7 @@ public readonly struct CustomizeParameterValue
public float this[int idx]
=> _data[idx];
public override string ToString()
=> _data.ToString();
}