Add visual tests

This commit is contained in:
Lucas A
2020-01-13 21:12:19 +01:00
parent 8f6c6ad77a
commit 0422b326ad
3 changed files with 90 additions and 12 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Online.API
public APIState State
{
get => state;
private set
set
{
if (state == value)
return;