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 | |
DiscordJoinToServerRequest (string userDisplayName, string fullIdentifier, int durationInSeconds=30) | |
override bool | IsValid () |
override string | GetUserWrapperText () |
bool | Equals (DiscordJoinToServerRequest other) |
void | Accept () |
void | Reject () |
bool | Equals (T other) |
Properties | |
string | UserDisplayName [get, set, private set] |
string | UserFullIdentifier [get, set, private set] |
Action | OnAccepted [set] |
Action | OnRejected [set] |
Private Attributes | |
DateTime | _expirationTime |
string< UserDisplayName > | k__BackingField |
string< UserFullIdentifier > | k__BackingField |
Definition at line 9 of file DiscordJoinToServerRequest.cs.