Nu hanteras även den som vinner ett game

This commit is contained in:
2025-10-06 17:49:20 +02:00
parent fa6c1e125f
commit c00819bec6
5 changed files with 13 additions and 3 deletions

View File

@ -5,5 +5,6 @@ public enum GamePointStatus
New = 0,
InProgress = 1,
Completed = 2,
Cancelled = 3
Cancelled = 3,
Winning = 4
}

View File

@ -123,6 +123,4 @@ public class RoundBuilderElement : EntityBase
}
}