mirror of https://github.com/ppy/osu
Add license headers.
This commit is contained in:
parent
aaa368e014
commit
34b734275b
|
@ -1,4 +1,7 @@
|
|||
namespace osu.Game.Modes.Taiko.Judgements
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
namespace osu.Game.Modes.Taiko.Judgements
|
||||
{
|
||||
public class TaikoDrumRollTickJudgementInfo : TaikoJudgementInfo
|
||||
{
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
using osu.Game.Modes.Objects.Drawables;
|
||||
// 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.Modes.Objects.Drawables;
|
||||
using osu.Game.Modes.Taiko.Judgements;
|
||||
using System.Linq;
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
using OpenTK.Input;
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using OpenTK.Input;
|
||||
using System.Collections.Generic;
|
||||
using osu.Game.Modes.Taiko.Judgements;
|
||||
using System;
|
||||
|
|
Loading…
Reference in New Issue