Property | Type | Description | |
---|---|---|---|
ShortName | string | ||
Users | List |
Method | Description | |
---|---|---|
AddUser ( string name, string userId, string rank, string avatar, string status, string playing, bool web, string style ) : void | ||
Handle ( Connection connection ) : void |
public AddUser ( string name, string userId, string rank, string avatar, string status, string playing, bool web, string style ) : void | ||
name | string | |
userId | string | |
rank | string | |
avatar | string | |
status | string | |
playing | string | |
web | bool | |
style | string | |
return | void |
public Handle ( Connection connection ) : void | ||
connection | Connection | |
return | void |