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
@@ -26,6 +26,7 @@ public enum ServerType
public struct RagonServerConfiguration
{
public string ServerKey;
public string ServerAddress;
public ushort ServerTickRate;
public string Protocol;
public ushort Port;