This commit is contained in:
Kevin Kandlbinder 2024-06-21 13:27:58 +02:00
parent 300d89d631
commit 44d0fd39d7

View file

@ -12,7 +12,8 @@ namespace WebEMSim
public Tournament()
{
_id = System.Guid.NewGuid().ToString();
_id = System.Guid.NewGuid()
.ToString();
_ranks = new Dictionary<string, Team>();
_matches = new Dictionary<string, Match>();
_groups = [];