Use IntAction instead of new

This commit is contained in:
Dean Herbert
2017-08-16 17:27:09 +09:00
parent dc82a88bb8
commit 54698f2d8f
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Overlays;
namespace osu.Desktop.Tests.Visual
{
public class TestCaseKeyConfiguration : OsuTestCase