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
EightBitdoSNES30MacNativeProfile.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
InControl.NativeDeviceProfiles
4
{
5
// Token: 0x020001B4 RID: 436
6
[
NativeInputDeviceProfile
]
7
[
Preserve
]
8
public
class
EightBitdoSNES30MacNativeProfile
:
InputDeviceProfile
9
{
10
// Token: 0x060007F5 RID: 2037 RVA: 0x00023984 File Offset: 0x00021B84
11
public
override
void
Define
()
12
{
13
base
.Define();
14
this.deviceName
=
"8Bitdo SNES30 Controller"
;
15
this.deviceNotes
=
"8Bitdo SNES30 Controller on Mac"
;
16
if
(
"OS X"
==
null
||
"OS X"
!=
null
)
17
{
18
return
;
19
}
20
throw
new
ArrayTypeMismatchException
();
21
}
22
23
// Token: 0x060007F6 RID: 2038 RVA: 0x00023A24 File Offset: 0x00021C24
24
public
EightBitdoSNES30MacNativeProfile
()
25
{
26
if
(!
true
)
27
{
28
}
29
base
..ctor();
30
}
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.InputDeviceProfile
Definition
InputDeviceProfile.cs:13
InControl.NativeDeviceProfiles.EightBitdoSNES30MacNativeProfile.EightBitdoSNES30MacNativeProfile
EightBitdoSNES30MacNativeProfile()
Definition
EightBitdoSNES30MacNativeProfile.cs:24
InControl.NativeDeviceProfiles.EightBitdoSNES30MacNativeProfile.Define
override void Define()
Definition
EightBitdoSNES30MacNativeProfile.cs:11
InControl.NativeDeviceProfiles.EightBitdoSNES30MacNativeProfile
Definition
EightBitdoSNES30MacNativeProfile.cs:9
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
InControl.NativeDeviceProfiles
Definition
AfterglowXbox360WindowsNativeProfile.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
InControl
NativeDeviceProfiles
EightBitdoSNES30MacNativeProfile.cs
Generated by
1.10.0