summaryrefslogtreecommitdiff
path: root/Aktywator/Tournament.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aktywator/Tournament.cs')
-rw-r--r--Aktywator/Tournament.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Aktywator/Tournament.cs b/Aktywator/Tournament.cs
index fdeb323..70fe268 100644
--- a/Aktywator/Tournament.cs
+++ b/Aktywator/Tournament.cs
@@ -32,5 +32,9 @@ namespace Aktywator
abstract internal string getTypeLabel();
+ virtual internal Dictionary<int, List<string>> getNameList()
+ {
+ return new Dictionary<int, List<string>>();
+ }
}
}