mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:05:37 +08:00
Merge pull request #16142 from peppy/fix-random-skin-string
Fix "Random Skin" text not showing up correctly
This commit is contained in:
commit
a3b81094ca
@ -26,6 +26,8 @@ namespace osu.Game.Database
|
||||
|
||||
public bool Equals(ILive<T>? other) => ID == other?.ID;
|
||||
|
||||
public override string ToString() => Value.ToString();
|
||||
|
||||
public Guid ID => Value.ID;
|
||||
|
||||
public void PerformRead(Action<T> perform) => perform(Value);
|
||||
|
Loading…
Reference in New Issue
Block a user