Skip to content

Commit

Permalink
Set game time to 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehanari committed Jul 12, 2024
1 parent 28c1b8d commit eb0a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castledice-game-server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ internal class Program
{
TscType.SwitchByActionPoints
});
private static readonly IPlayerTimeSpanCreator PlayerTimeSpanCreator = new DefaultPlayerTimeSpanCreator(TimeSpan.FromMinutes(1));
private static readonly IPlayerTimeSpanCreator PlayerTimeSpanCreator = new DefaultPlayerTimeSpanCreator(TimeSpan.FromMinutes(10));

private static readonly string GameStartDataVersion = "1.0.0";

Expand Down

0 comments on commit eb0a099

Please sign in to comment.