Refactoring

This commit is contained in:
Dan Balasescu
2021-11-28 21:31:22 +09:00
parent f506cb35bc
commit 36fffbd917
3 changed files with 14 additions and 22 deletions

View File

@ -23,7 +23,6 @@ namespace osu.Desktop.LegacyIpc
public new object Value
{
get => base.Value;
set => base.Value = new Data
{
MessageType = value.GetType().Name,