osu/osu.Game.Mode.Osu/OsuScoreProcessor.cs

13 lines
222 B
C#
Raw Normal View History

2016-11-29 11:30:16 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace osu.Game.Modes.Osu
{
class OsuScoreProcessor : ScoreProcessor
{
}
}