This commit is contained in:
sardelka9515
2022-10-23 19:02:39 +08:00
parent 6b34ab6e36
commit 2828b9b74f
114 changed files with 7374 additions and 7205 deletions

View File

@ -3,7 +3,7 @@
namespace RageCoop.Core
{
/// <summary>
/// A json object representing a server's information as annouced to master server.
/// A json object representing a server's information as annouced to master server.
/// </summary>
[Serializable]
public class ServerInfo
@ -30,6 +30,5 @@ namespace RageCoop.Core
public string ztAddress { get; set; }
public string publicKeyModulus { get; set; }
public string publicKeyExponent { get; set; }
}
}
}