Test
This commit is contained in:
parent
300d89d631
commit
44d0fd39d7
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ namespace WebEMSim
|
||||||
|
|
||||||
public Tournament()
|
public Tournament()
|
||||||
{
|
{
|
||||||
_id = System.Guid.NewGuid().ToString();
|
_id = System.Guid.NewGuid()
|
||||||
|
.ToString();
|
||||||
_ranks = new Dictionary<string, Team>();
|
_ranks = new Dictionary<string, Team>();
|
||||||
_matches = new Dictionary<string, Match>();
|
_matches = new Dictionary<string, Match>();
|
||||||
_groups = [];
|
_groups = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue