oh dear
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x02000215 RID: 533
|
||||
[Token(Token = "0x2000215")]
|
||||
[Serializable]
|
||||
public class AxisPressButtons : AxisButtons
|
||||
{
|
||||
// Token: 0x17000279 RID: 633
|
||||
// (get) Token: 0x060010C5 RID: 4293 RVA: 0x00048D08 File Offset: 0x00046F08
|
||||
[Token(Token = "0x17000279")]
|
||||
public static AxisPressButtons Default_DPadAxisPressButtons
|
||||
{
|
||||
[Token(Token = "0x60010C5")]
|
||||
[Address(RVA = "0x16B1A40", Offset = "0x16B0840", VA = "0x1816B1A40")]
|
||||
get
|
||||
{
|
||||
AxisPressButtons axisPressButtons = new AxisPressButtons();
|
||||
AxisButtons.DirectionDescription[] array = new AxisButtons.DirectionDescription[4];
|
||||
ulong num;
|
||||
array[1] = num;
|
||||
ulong num2;
|
||||
array[2] = num2;
|
||||
ulong num3;
|
||||
array[4] = num3;
|
||||
ulong num4;
|
||||
array[5] = num4;
|
||||
axisPressButtons.possibleDirections = array;
|
||||
return axisPressButtons;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060010C6 RID: 4294 RVA: 0x00048D54 File Offset: 0x00046F54
|
||||
[Token(Token = "0x60010C6")]
|
||||
[Address(RVA = "0x16B1930", Offset = "0x16B0730", VA = "0x1816B1930", Slot = "4")]
|
||||
public override void OPEMIFENIJM(Vector2 GLHHBDHELAO, bool CGEDBNBONIE, bool CBEIBIIAFJO = true)
|
||||
{
|
||||
AxisButtons.OINGMHACLAI oingmhaclai = base.IAMAABFPPLL(GLHHBDHELAO);
|
||||
AxisButtons.AAOCINMGEDP[] directionStates = this.directionStates;
|
||||
int num = 0;
|
||||
int num2 = (int)oingmhaclai;
|
||||
if (num < directionStates.Length)
|
||||
{
|
||||
if (num != num2)
|
||||
{
|
||||
directionStates[0] = 1;
|
||||
}
|
||||
directionStates.JBOJIOHDFHI = CGEDBNBONIE;
|
||||
AxisButtons.AAOCINMGEDP[] directionStates2 = this.directionStates;
|
||||
num++;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060010C7 RID: 4295 RVA: 0x00048DA4 File Offset: 0x00046FA4
|
||||
[Token(Token = "0x60010C7")]
|
||||
[Address(RVA = "0x16B1A30", Offset = "0x16B0830", VA = "0x1816B1A30")]
|
||||
public AxisPressButtons()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user