Added global variables for local config
This commit is contained in:
@@ -8,4 +8,7 @@ class Globals {
|
||||
gameList.add(session);
|
||||
gameList.sort((a, b) => b.createdAt.compareTo(a.createdAt));
|
||||
}
|
||||
|
||||
static int pointLimit = 100;
|
||||
static int caboPenalty = 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user