Add more CloudScript functions, start of EnterMatchmaking
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Microsoft.AspNetCore.SignalR;
|
||||
|
||||
namespace Prospect.Server.Api.Hubs;
|
||||
|
||||
public class CycleHub : Hub
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user