Add v1.0.3.1
This commit is contained in:
45
Cpp2IL/Assembly-CSharp/TargetTrack02.cs
Normal file
45
Cpp2IL/Assembly-CSharp/TargetTrack02.cs
Normal file
@@ -0,0 +1,45 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x020000F1 RID: 241
|
||||
[Token(Token = "0x20000F1")]
|
||||
public class TargetTrack02 : TargetTrack
|
||||
{
|
||||
// Token: 0x06000D87 RID: 3463 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6000D87")]
|
||||
[Address(RVA = "0x12FB0F0", Offset = "0x12F9EF0", VA = "0x1812FB0F0")]
|
||||
private void Start()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06000D88 RID: 3464 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6000D88")]
|
||||
[Address(RVA = "0x12FB380", Offset = "0x12FA180", VA = "0x1812FB380", Slot = "4")]
|
||||
protected override void Update()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06000D89 RID: 3465 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6000D89")]
|
||||
[Address(RVA = "0x12FAEF0", Offset = "0x12F9CF0", VA = "0x1812FAEF0")]
|
||||
public void SetTarget(Transform Target, Vector3 StartAngle)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06000D8A RID: 3466 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6000D8A")]
|
||||
[Address(RVA = "0x12FC000", Offset = "0x12FAE00", VA = "0x1812FC000")]
|
||||
public TargetTrack02()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x040017DD RID: 6109
|
||||
[FieldOffset(Offset = "0x98")]
|
||||
[Token(Token = "0x40017DD")]
|
||||
private float g_fChangeSpeed;
|
||||
}
|
||||
Reference in New Issue
Block a user