Allow more lobby parameters to be configured.

This commit is contained in:
Pieter-Jan Briers
2020-02-08 21:23:37 +01:00
parent c7043d20b1
commit 913b4d97a1
5 changed files with 29 additions and 21 deletions

View File

@@ -68,5 +68,9 @@ namespace Content.IntegrationTests
public void SetStartPreset(Type type)
{
}
public void SetStartPreset(string type)
{
}
}
}