Added scoretype names and cleartype names in comments

This commit is contained in:
WiredSpast 2023-03-19 12:45:12 +01:00
parent 413c76915f
commit 661ef48076

View File

@ -9,7 +9,9 @@ public class HighScoreStuffData extends StuffDataBase {
public final static int IDENTIFIER = 6;
private String legacyString = "";
// ['perteam', 'mostwins', 'classic', 'fastesttime', 'longesttime']
private int scoreType = 0;
// ['alltime', 'daily', 'weekly', 'monthly']
private int clearType = 0;
private HighScoreData[] entries = {};