We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d7fd7 commit 1a9e81fCopy full SHA for 1a9e81f
src/dsstats.web/dsstats.web.Client/Services/RemoteToggleService.cs
@@ -1,4 +1,5 @@
1
using dsstats.shared;
2
+using dsstats.shared.DsFen;
3
using dsstats.shared.Interfaces;
4
5
namespace dsstats.web.Client.Services;
@@ -31,7 +32,7 @@ public void SetFromServer(bool fromServer)
31
32
33
}
34
- public void Build(SpawnDto spawn, Commander commander, int team)
35
+ public void Build(DsBuildRequest request)
36
{
37
throw new NotImplementedException();
38
0 commit comments