Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
UserJoinToServerRequest (string userDisplayName, string fullIdentifier) | |
void | Accept () |
void | Reject () |
bool | IsValid () |
string | GetUserWrapperText () |
Properties | |
string | UserDisplayName [get, private set] |
string | UserFullIdentifier [get, private set] |
Events | |
Action | OnAccepted |
Action | OnRejected |
Definition at line 5 of file UserJoinToServerRequest.cs.