mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
Added scoretype names and cleartype names in comments
This commit is contained in:
parent
413c76915f
commit
661ef48076
@ -9,7 +9,9 @@ public class HighScoreStuffData extends StuffDataBase {
|
|||||||
public final static int IDENTIFIER = 6;
|
public final static int IDENTIFIER = 6;
|
||||||
|
|
||||||
private String legacyString = "";
|
private String legacyString = "";
|
||||||
|
// ['perteam', 'mostwins', 'classic', 'fastesttime', 'longesttime']
|
||||||
private int scoreType = 0;
|
private int scoreType = 0;
|
||||||
|
// ['alltime', 'daily', 'weekly', 'monthly']
|
||||||
private int clearType = 0;
|
private int clearType = 0;
|
||||||
private HighScoreData[] entries = {};
|
private HighScoreData[] entries = {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user