Pass default username with fallback to "Player" in NameChange script
This commit is contained in:
parent
cdcff1b022
commit
abd8c4cfd1
5 changed files with 11 additions and 4 deletions
|
|
@ -7,6 +7,8 @@ namespace LANCommander.Launcher.Models
|
|||
{
|
||||
public class Settings
|
||||
{
|
||||
public const string DEFAULT_GAME_USERNAME = "Player";
|
||||
|
||||
public int LaunchCount { get; set; } = 0;
|
||||
|
||||
public DatabaseSettings Database { get; set; } = new DatabaseSettings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue