Enable nullable and switch classes to structs

This commit is contained in:
Dean Herbert
2021-10-21 18:53:49 +09:00
parent 12620fcf78
commit 69e7810dad
10 changed files with 17 additions and 15 deletions

View File

@ -3,7 +3,7 @@
namespace osu.Game.Beatmaps
{
public class BeatmapSetOnlineLanguage
public struct BeatmapSetOnlineLanguage
{
public int Id { get; set; }
public string Name { get; set; }