Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Add readonly back in lol
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTechnica committed Aug 28, 2021
1 parent 38d4375 commit 2c962ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageManagement/CustomBeatmapInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class CustomBeatmapInfo : BeatmapInfo
{
public readonly string Artist;
public readonly string BeatmapCreator;
public string RealAudioKey;
public readonly string RealAudioKey;

public CustomBeatmapInfo(TextAsset textAsset, string songName, string difficulty, string artist,
string beatmapCreator, string realAudioKey) : base(textAsset, songName, difficulty)
Expand Down

0 comments on commit 2c962ae

Please sign in to comment.