Add v1.0.3.1
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace MTAssets.UltimateLODSystem.MeshSimplifier.Internal
|
||||
{
|
||||
// Token: 0x02000613 RID: 1555
|
||||
[Token(Token = "0x2000613")]
|
||||
internal struct Ref
|
||||
{
|
||||
// Token: 0x06003103 RID: 12547 RVA: 0x00066C04 File Offset: 0x00064E04
|
||||
[Token(Token = "0x6003103")]
|
||||
[Address(RVA = "0x3D89E0", Offset = "0x3D77E0", VA = "0x1803D89E0")]
|
||||
public void Set(int tid, int tvertex)
|
||||
{
|
||||
this.tid = tid;
|
||||
this.tvertex = tvertex;
|
||||
}
|
||||
|
||||
// Token: 0x04003ACF RID: 15055
|
||||
[FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4003ACF")]
|
||||
public int tid;
|
||||
|
||||
// Token: 0x04003AD0 RID: 15056
|
||||
[FieldOffset(Offset = "0x4")]
|
||||
[Token(Token = "0x4003AD0")]
|
||||
public int tvertex;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user