tentative campaign map management
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c46e66595b
commit
4c345bd044
37 changed files with 1693 additions and 50 deletions
|
@ -5,7 +5,7 @@ namespace Sledgemapper.Api.Commands
|
|||
{
|
||||
public class NewSessionCommand : BaseCommand<bool>
|
||||
{
|
||||
public NewSessionCommand(string sessionName, int userId) : base(sessionName, userId)
|
||||
public NewSessionCommand(string campaign, string sessionName, string userId) : base(campaign, sessionName, userId)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue