mirror of
https://github.com/osukey/osukey.git
synced 2025-05-06 14:17:27 +09:00
13 lines
204 B
C#
13 lines
204 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace osu.Game.Modes.Osu
|
|
{
|
|
class OsuScore : Score
|
|
{
|
|
}
|
|
}
|