mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-08 20:21:06 +00:00
Server Availability Changes
- moved a few things into the common project.
This commit is contained in:
parent
5c0bbfd0a8
commit
a14f91c412
38 changed files with 393 additions and 461 deletions
|
|
@ -8,12 +8,11 @@ namespace ServerManagerTool.Lib
|
|||
{
|
||||
public string InstallDirectory;
|
||||
public IPEndPoint LocalEndpoint;
|
||||
public IPEndPoint SteamEndpoint;
|
||||
public IPEndPoint PublicEndpoint;
|
||||
public Action<IAsyncDisposable, ServerStatusUpdate> UpdateCallback;
|
||||
public Func<Task> UnregisterAction;
|
||||
|
||||
public string ProfileId;
|
||||
public string GameFile;
|
||||
|
||||
public async ValueTask DisposeAsync()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue