feat: added server address in relay.config.json

This commit is contained in:
2024-08-15 23:20:23 +03:00
parent bdf7d4f94a
commit 211b24fe2b
7 changed files with 9 additions and 5 deletions
@@ -7,6 +7,7 @@ namespace Ragon.Relay
{
public string ServerKey;
public string ServerType;
public string ServerAddress;
public ushort ServerTickRate;
public string Protocol;
public ushort Port;