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
CspProviderFlags.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::System.Flags]
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20002D1")]
10 [global::System.Serializable]
11 public enum CspProviderFlags
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x4000C92")]
14 NoFlags = 0,
15 [global::Cpp2ILInjected.Token(Token = "0x4000C93")]
17 [global::Cpp2ILInjected.Token(Token = "0x4000C94")]
19 [global::Cpp2ILInjected.Token(Token = "0x4000C95")]
21 [global::Cpp2ILInjected.Token(Token = "0x4000C96")]
23 [global::Cpp2ILInjected.Token(Token = "0x4000C97")]
25 [global::Cpp2ILInjected.Token(Token = "0x4000C98")]
27 [global::Cpp2ILInjected.Token(Token = "0x4000C99")]
28 NoPrompt = 64,
29 [global::Cpp2ILInjected.Token(Token = "0x4000C9A")]
31 }
32}