mirror of
https://github.com/ppy/osu
synced 2025-02-02 19:32:19 +00:00
Add back removed getter
Seems to somehow be required.
This commit is contained in:
parent
36fffbd917
commit
27ba3c6d1a
@ -23,6 +23,7 @@ namespace osu.Desktop.LegacyIpc
|
||||
|
||||
public new object Value
|
||||
{
|
||||
get => base.Value;
|
||||
set => base.Value = new Data
|
||||
{
|
||||
MessageType = value.GetType().Name,
|
||||
|
Loading…
Reference in New Issue
Block a user