mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add readonly attributes.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user