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

◆ InputDeviceProfile() [1/2]

InControl.InputDeviceProfile.InputDeviceProfile ( )
inline

Definition at line 1044 of file InputDeviceProfile.cs.

1045 {
1046 long num = 0L;
1047 VersionInfo min = VersionInfo.Min;
1049 this.minUnityVersion.patch = (int)num;
1050 VersionInfo max = VersionInfo.Max;
1052 this.maxUnityVersion.patch = (int)num;
1053 base..ctor();
1054 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, InControl.L, InControl.VersionInfo.Max, and InControl.VersionInfo.Min.