Skip to content

Commit

Permalink
Use record struct
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Oct 1, 2024
1 parent 24d5349 commit 162558e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Graphics/UserInterface/Hotkey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace osu.Game.Graphics.UserInterface
{
public readonly struct Hotkey
public readonly record struct Hotkey
{
public KeyCombination[]? KeyCombinations { get; init; }
public GlobalAction? GlobalAction { get; init; }
Expand Down

0 comments on commit 162558e

Please sign in to comment.