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
BsonBinaryType.cs
Go to the documentation of this file.
1using System;
4
6{
8 [global::Cpp2ILInjected.Token(Token = "0x200011E")]
9 internal enum BsonBinaryType : byte
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x4000425")]
12 Binary,
13 [global::Cpp2ILInjected.Token(Token = "0x4000426")]
15 [Obsolete("This type has been deprecated in the BSON specification. Use Binary instead.")]
16 [global::Cpp2ILInjected.Token(Token = "0x4000427")]
18 [Obsolete("This type has been deprecated in the BSON specification. Use Uuid instead.")]
19 [global::Cpp2ILInjected.Token(Token = "0x4000428")]
20 UuidOld,
21 [global::Cpp2ILInjected.Token(Token = "0x4000429")]
22 Uuid,
23 [global::Cpp2ILInjected.Token(Token = "0x400042A")]
24 Md5,
25 [global::Cpp2ILInjected.Token(Token = "0x400042B")]
26 UserDefined = 128
27 }
28}
class f__AnonymousType0<< Count > j__TPar