Add xmldocs and cleanup

This commit is contained in:
smoogipoo
2019-11-08 13:14:23 +09:00
parent 0a15a13fab
commit 011bf09516
4 changed files with 104 additions and 5 deletions

View File

@ -74,9 +74,10 @@ namespace osu.Game.Tests.Visual.UserInterface
case TestStates.State3:
return FontAwesome.Solid.DiceThree;
}
return null;
default:
throw new ArgumentOutOfRangeException(nameof(state), state, null);
}
}
}