mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Improve RSP Identifier ToString.
This commit is contained in:
parent
9c25fab183
commit
9559bd7358
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ public readonly record struct RspIdentifier(SubRace SubRace, RspAttribute Attrib
|
|||
|
||||
public MetaManipulationType Type
|
||||
=> MetaManipulationType.Rsp;
|
||||
|
||||
public override string ToString()
|
||||
=> $"RSP - {SubRace.ToName()} - {Attribute.ToFullString()}";
|
||||
}
|
||||
|
||||
[JsonConverter(typeof(Converter))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue