Poängräkning fungerar i RoundRunning

This commit is contained in:
2025-10-06 07:04:20 +02:00
parent b567291063
commit 5689765451
13 changed files with 111 additions and 12 deletions

View File

@ -5,5 +5,5 @@ namespace GreadyPoang.Services;
public class ObjectMessageService : IObjectMessageService
{
public RoundBuilderGroup CurrentGroup { get; set; }
public bool Delivered { get; set; }
public bool Delivered { get; set; } = false;
}