mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Add test coverage for romanised data transfer
This commit is contained in:
@ -21,6 +21,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
|
||||
public bool ReadOnly
|
||||
{
|
||||
get => Component.ReadOnly;
|
||||
set => Component.ReadOnly = value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user