mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 12:22:55 +08:00
Make struct readonly
This commit is contained in:
parent
130802e480
commit
6f99d839b0
@ -11,7 +11,7 @@ using osu.Game.Input.Bindings;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
public struct Hotkey
|
||||
public readonly struct Hotkey
|
||||
{
|
||||
public KeyCombination[]? KeyCombinations { get; init; }
|
||||
public GlobalAction? GlobalAction { get; init; }
|
||||
|
Loading…
Reference in New Issue
Block a user