mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08: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