Reworked on resource loading, Added RegisterCommands overload to register commands from an instance.
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user