implement callbacks

This commit is contained in:
Stanley Dimant
2022-09-29 16:01:25 +02:00
parent ac6c46390c
commit d2bb4e01a4
3 changed files with 32 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using MareSynchronos.API;
using Microsoft.AspNetCore.SignalR.Client;