namespaces and guest game invitations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using AspShogiSockets.Repositories.RepositoryManagers;
|
||||
using Gameboard.ShogiUI.Sockets.Repositories.RepositoryManagers;
|
||||
using Gameboard.ShogiUI.Sockets.Extensions;
|
||||
using Microsoft.AspNetCore.Authentication.JwtBearer;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
@@ -12,13 +12,13 @@ using Newtonsoft.Json.Serialization;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Websockets.Managers;
|
||||
using Websockets.Managers.ClientActionHandlers;
|
||||
using Websockets.Repositories;
|
||||
using Websockets.Repositories.Utility;
|
||||
using Websockets.ServiceModels.Types;
|
||||
using Gameboard.ShogiUI.Sockets.Managers;
|
||||
using Gameboard.ShogiUI.Sockets.Managers.ClientActionHandlers;
|
||||
using Gameboard.ShogiUI.Sockets.Repositories;
|
||||
using Gameboard.ShogiUI.Sockets.Repositories.Utility;
|
||||
using Gameboard.ShogiUI.Sockets.ServiceModels.Socket.Types;
|
||||
|
||||
namespace Websockets
|
||||
namespace Gameboard.ShogiUI.Sockets
|
||||
{
|
||||
public class Startup
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user