Cronous Emulation Server Daemon

Account Constructor 

Initializes the account handler.

[Visual Basic]
Public Sub New( _ 
   ByVal username As String, _ 
   ByVal password As String _ 
)
[C#]
public Account(
   string username,
   string password
);
[C++]
public: Account(
   String* username,
   String* password
);
[JScript]
public function Account(
   String username,
   String password
);

Parameters

username
Username.
password
Password.

See Also

Account Class | croemud.game Namespace