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
Loading...
Searching...
No Matches

◆ AixArpHardware

Enumerator
ETHER 
ATM 
SLIP 
PPP 
LOOPBACK 
FDDI 

Definition at line 7 of file AixArpHardware.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000EC1")]
10 ETHER = 6,
11 [global::Cpp2ILInjected.Token(Token = "0x4000EC2")]
12 ATM = 37,
13 [global::Cpp2ILInjected.Token(Token = "0x4000EC3")]
14 SLIP = 28,
15 [global::Cpp2ILInjected.Token(Token = "0x4000EC4")]
16 PPP = 23,
17 [global::Cpp2ILInjected.Token(Token = "0x4000EC5")]
19 [global::Cpp2ILInjected.Token(Token = "0x4000EC6")]
20 FDDI = 15
21 }