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
MacOsArpHardware.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20002BE")]
7 internal enum MacOsArpHardware
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000F03")]
10 ETHER = 6,
11 [global::Cpp2ILInjected.Token(Token = "0x4000F04")]
12 ATM = 37,
13 [global::Cpp2ILInjected.Token(Token = "0x4000F05")]
14 SLIP = 28,
15 [global::Cpp2ILInjected.Token(Token = "0x4000F06")]
16 PPP = 23,
17 [global::Cpp2ILInjected.Token(Token = "0x4000F07")]
19 [global::Cpp2ILInjected.Token(Token = "0x4000F08")]
20 FDDI = 15
21 }
22}