terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
RemoteAddress.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Net
4{
5 // Token: 0x020006A9 RID: 1705
6 public abstract class RemoteAddress
7 {
8 // Token: 0x060038AA RID: 14506
9 public abstract string GetIdentifier();
10
11 // Token: 0x060038AB RID: 14507
12 public abstract string GetFriendlyName();
13
14 // Token: 0x060038AC RID: 14508
15 public abstract bool IsLocalHost();
16
17 // Token: 0x060038AD RID: 14509 RVA: 0x0022639C File Offset: 0x0022459C
18 protected RemoteAddress()
19 {
20 }
21
22 // Token: 0x04007956 RID: 31062
24 }
25}