mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Enable nullable
and switch classes to structs
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
namespace osu.Game.Beatmaps
|
||||
{
|
||||
public class BeatmapSetOnlineLanguage
|
||||
public struct BeatmapSetOnlineLanguage
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
Reference in New Issue
Block a user