mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Create login dialog
Flesh out some structure for having PHP files to govern server access
This commit is contained in:
@@ -25,6 +25,8 @@ public class ForgePreferences extends PreferencesStore<ForgePreferences.FPref> {
|
||||
* Preference identifiers, and their default values.
|
||||
*/
|
||||
public static enum FPref {
|
||||
ONLINE_USERNAME(""),
|
||||
ONLINE_PASSWORD(""),
|
||||
PLAYER_NAME (""),
|
||||
CONSTRUCTED_P1_DECK_STATE(""),
|
||||
CONSTRUCTED_P2_DECK_STATE(""),
|
||||
|
||||
Reference in New Issue
Block a user