mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
give the field a default value.
This commit is contained in:
@ -46,7 +46,7 @@ namespace osu.Desktop.LegacyIpc
|
||||
|
||||
public class Data
|
||||
{
|
||||
public string MessageType { get; set; }
|
||||
public string MessageType { get; set; } = string.Empty;
|
||||
public object MessageData { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user