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

◆ Equals()

override bool InControl.KeyCombo.Equals ( object other)
inline

Definition at line 310 of file KeyCombo.cs.

311 {
312 if (other != null)
313 {
314 ulong num = this.includeData;
315 ulong num2 = this.excludeData;
316 return;
317 }
318 }
class f__AnonymousType0<< Count > j__TPar

References InControl.KeyCombo.excludeData, InControl.KeyCombo.includeData, and j__TPar.