Latejoin Job Selection (#1284)

* UI version 1

* Latejoining

* cleanup

* missed a line

* Various fixes

* comment
This commit is contained in:
ike709
2020-07-10 08:27:55 -05:00
committed by GitHub
parent 4a772c9e59
commit 915fffb635
8 changed files with 159 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ namespace Content.IntegrationTests
{
}
public void MakeJoinGame(IPlayerSession player)
public void MakeJoinGame(IPlayerSession player, string jobId)
{
}
@@ -109,5 +109,10 @@ namespace Content.IntegrationTests
{
return false;
}
public Dictionary<string, int> GetAvailablePositions()
{
return new Dictionary<string, int>();
}
}
}