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
EventModifiers.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine
5{
6 [Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x200000A")]
8 public enum EventModifiers
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4000048")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x4000049")]
13 Shift = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x400004A")]
15 Control = 2,
16 [global::Cpp2ILInjected.Token(Token = "0x400004B")]
17 Alt = 4,
18 [global::Cpp2ILInjected.Token(Token = "0x400004C")]
19 Command = 8,
20 [global::Cpp2ILInjected.Token(Token = "0x400004D")]
21 Numeric = 16,
22 [global::Cpp2ILInjected.Token(Token = "0x400004E")]
23 CapsLock = 32,
24 [global::Cpp2ILInjected.Token(Token = "0x400004F")]
25 FunctionKey = 64
26 }
27}