terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
UserJoinToServerRequest (string userDisplayName, string fullIdentifier) | |
void | Accept () |
void | Reject () |
bool | IsValid () |
string | GetUserWrapperText () |
Properties | |
string | UserDisplayName [get, set, private set] |
string | UserFullIdentifier [get, set, private set] |
Action | OnAccepted [set] |
Action | OnRejected [set] |
Private Attributes | |
string< UserDisplayName > | k__BackingField |
string< UserFullIdentifier > | k__BackingField |
Definition at line 11 of file UserJoinToServerRequest.cs.