mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
give the field a default value.
This commit is contained in:
@ -11,7 +11,7 @@ namespace osu.Desktop.LegacyIpc
|
||||
/// </remarks>
|
||||
public class LegacyIpcDifficultyCalculationRequest
|
||||
{
|
||||
public string BeatmapFile { get; set; }
|
||||
public string BeatmapFile { get; set; } = string.Empty;
|
||||
public int RulesetId { get; set; }
|
||||
public int Mods { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user