Add partial specs in mobile projects too

This commit is contained in:
Bartłomiej Dach
2022-11-26 17:59:38 +01:00
parent 0abf6ad5b0
commit 00c11b2b4e
6 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ using osu.Game;
namespace osu.Android
{
public class GameplayScreenRotationLocker : Component
public partial class GameplayScreenRotationLocker : Component
{
private Bindable<bool> localUserPlaying;