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.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20002AB")]
7 internal enum AixArpHardware
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 }
22}