send scores to big display

This commit is contained in:
Vinzenz Schroeter 2024-04-09 22:38:56 +02:00
parent a89392beb8
commit 7f00160780
22 changed files with 305 additions and 126 deletions

View file

@ -1,8 +0,0 @@
namespace TanksServer.Models;
internal sealed class ServicePointDisplayConfiguration
{
public bool Enable { get; set; } = true;
public string Hostname { get; set; } = string.Empty;
public int Port { get; set; }
}