Skip to content

Commit

Permalink
Online Modus: ALPHA VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Infiziert90 committed Nov 26, 2023
1 parent dd0a584 commit 24af9c9
Show file tree
Hide file tree
Showing 6 changed files with 739 additions and 43 deletions.
2 changes: 2 additions & 0 deletions DeathRoll/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public class Configuration : IPluginConfiguration
public DealerRules DealerRule = DealerRules.DealerHard16;

public int FieldSize = 3;
public int FieldSizeOnline = 3;
public bool OnlineMode = false;
public Difficulty Difficulty = Difficulty.Easy;
public string Username = "Anon";

Expand Down
Loading

0 comments on commit 24af9c9

Please sign in to comment.