Reworked on resource loading, Added RegisterCommands overload to register commands from an instance.

This commit is contained in:
Sardelka
2022-06-24 16:49:59 +08:00
parent 82ab9237f5
commit 6167417bf8
19 changed files with 301 additions and 131 deletions

View File

@ -34,7 +34,7 @@ namespace RageCoop.Server.Scripting
public string Username { get; set; }
/// <summary>
/// The hashed value of client password, sent with RSA asymmetric encryption.
/// The client password hashed with SHA256 algorithm.
/// </summary>
public string PasswordHash { get; set; }
public IPEndPoint EndPoint { get; set; }