Add readonly attributes.

This commit is contained in:
Dean Herbert
2017-03-23 14:37:00 +09:00
parent d441114011
commit 9a3fd8bcf1
3 changed files with 13 additions and 13 deletions

View File

@ -19,8 +19,8 @@ namespace osu.Game.Modes.Taiko.UI
/// </summary>
internal class HitExplosion : CircularContainer
{
private TaikoJudgementInfo judgement;
private Box innerFill;
private readonly TaikoJudgementInfo judgement;
private readonly Box innerFill;
public HitExplosion(TaikoJudgementInfo judgement)
{