Add empty benchmark project.

This commit is contained in:
Huo Yaoyuan
2020-01-06 19:48:28 +08:00
parent d33a507d96
commit c2fc7d5cbd
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,13 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Benchmarks
{
public static class Program
{
public static void Main(string[] args)
{
}
}
}