53 lines
1.8 KiB
C#
53 lines
1.8 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x020001D3 RID: 467
|
|
[Token(Token = "0x20001D3")]
|
|
public class SwitchDevice_Wind : SwitchDevice_Fire
|
|
{
|
|
// Token: 0x0600138E RID: 5006 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x600138E")]
|
|
[Address(RVA = "0xABC730", Offset = "0xABB530", VA = "0x180ABC730", Slot = "4")]
|
|
public override void Init()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600138F RID: 5007 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x600138F")]
|
|
[Address(RVA = "0xABC2A0", Offset = "0xABB0A0", VA = "0x180ABC2A0", Slot = "9")]
|
|
public override void HitPhysical(AttackData AD)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06001390 RID: 5008 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6001390")]
|
|
[Address(RVA = "0xABBFA0", Offset = "0xABADA0", VA = "0x180ABBFA0", Slot = "13")]
|
|
public override void HitPhysical(float fStrength)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06001391 RID: 5009 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6001391")]
|
|
[Address(RVA = "0xABBC60", Offset = "0xABAA60", VA = "0x180ABBC60", Slot = "10")]
|
|
public override void HitMagic(AttackData AD)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06001392 RID: 5010 RVA: 0x0002CDB8 File Offset: 0x0002AFB8
|
|
[Token(Token = "0x6001392")]
|
|
[Address(RVA = "0xABA420", Offset = "0xAB9220", VA = "0x180ABA420")]
|
|
public SwitchDevice_Wind()
|
|
{
|
|
this.g_bLightEnable = true;
|
|
this.g_fDefaultIntensity = 9f;
|
|
this.g_fRandomIntensity = 1f;
|
|
this.g_fSpeed = 5f;
|
|
this.g_bSound = true;
|
|
base..ctor();
|
|
}
|
|
}
|