Created backend
This commit is contained in:
parent
37f949a850
commit
167f9574d2
27 changed files with 534 additions and 0 deletions
8
backend/SinkyShipsAPI/Hubs/GameHub.cs
Normal file
8
backend/SinkyShipsAPI/Hubs/GameHub.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using Microsoft.AspNetCore.SignalR;
|
||||
|
||||
namespace SinkyShipsAPI.Hubs;
|
||||
|
||||
public class GameHub : Hub
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue