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
|
Classes | |
interface | INetGroupInfoProvider |
class | IPAddressInfoProvider |
class | SteamLobbyInfoProvider |
Public Types | |
enum | InfoProviderId { IPAddress , Steam } |
Public Member Functions | |
NetGroupInfo () | |
string | ComposeInfo () |
Dictionary< NetGroupInfo.InfoProviderId, string > | DecomposeInfo (string info) |
Private Member Functions | |
string | ConvertToSafeInfo (string text) |
string | ConvertFromSafeInfo (string text) |
Private Attributes | |
readonly string[] | _separatorBetweenInfos |
readonly string[] | _separatorBetweenIdAndInfo |
List< NetGroupInfo.INetGroupInfoProvider > | _infoProviders |
Definition at line 11 of file NetGroupInfo.cs.