terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ConsoleKeyInfo (char keyChar, ConsoleKey key, bool shift, bool alt, bool control) | |
override bool | Equals (object value) |
bool | Equals (ConsoleKeyInfo obj) |
override int | GetHashCode () |
Properties | |
char | KeyChar [get] |
ConsoleKey | Key [get] |
Private Attributes | |
readonly char | _keyChar |
readonly ConsoleKey | _key |
readonly ConsoleModifiers | _mods |
Definition at line 8 of file ConsoleKeyInfo.cs.