terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ KeyInfo() [1/3]

InControl.KeyInfo.KeyInfo ( Key key,
string name,
params KeyCode[] keyCodes )
inlineprivate

Definition at line 11 of file KeyInfo.cs.

12 {
13 this.key = key;
17 }
class f__AnonymousType0<< Count > j__TPar
readonly KeyCode[] keyCodes
Definition KeyInfo.cs:112
readonly string name
Definition KeyInfo.cs:106
readonly Key key
Definition KeyInfo.cs:103

References j__TPar, InControl.KeyInfo.key, InControl.KeyInfo.keyCodes, and InControl.KeyInfo.name.