This commit is contained in:
parent
e18cbb157c
commit
155cb4ea9a
13 changed files with 99 additions and 58 deletions
|
@ -6,7 +6,7 @@ namespace Sledgemapper.Api.Commands
|
|||
{
|
||||
public Overlay Overlay { get; private set; }
|
||||
|
||||
public NewOverlayCommand(string sessionName, Overlay overlay, string userId) : base(sessionName, userId)
|
||||
public NewOverlayCommand(string campaignId, string mapId, Overlay overlay, string userId) : base(campaignId, mapId, userId)
|
||||
{
|
||||
Overlay = overlay;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue