Send position and overlay
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele Scandura 2021-09-17 12:37:02 +01:00
parent db41143312
commit f12132009f
11 changed files with 599 additions and 34 deletions

View file

@ -12,6 +12,6 @@ namespace Sledgemapper.Api.Models
public Guid SessionId { get; set; }
[Required]
public int UserId { get; set; }
public Guid UserId { get; set; }
}
}