SetServerPassword
Sets the server password.
Caution: It may be useless in the current version.
C# Syntax
void NAPI.Server.SetServerPassword(string password);
Parameters
- password: parameter input should be in string type
Example
NAPI.Server.SetServerPassword("BeastServerPassword");