1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Yeah, cinema mod isn't going to work

This commit is contained in:
Dean Herbert 2018-01-12 17:46:24 +09:00
parent 7f189080b9
commit b55adf655f

View File

@ -9,6 +9,7 @@ namespace osu.Game.Rulesets.Mods
{
public override string Name => "Cinema";
public override string ShortenedName => "CN";
public override bool HasImplementation => false;
public override FontAwesome Icon => FontAwesome.fa_osu_mod_cinema;
}
}