Add v1.0.3.1

This commit is contained in:
2023-09-06 22:00:49 +02:00
commit 3aebbbf8f0
2051 changed files with 757425 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x020001E9 RID: 489
[Token(Token = "0x20001E9")]
[ExecuteInEditMode]
public class CustomFalloff : MonoBehaviour
{
// Token: 0x060013E9 RID: 5097 RVA: 0x0002D664 File Offset: 0x0002B864
[Token(Token = "0x60013E9")]
[Address(RVA = "0x3088F0", Offset = "0x3076F0", VA = "0x1803088F0")]
public CustomFalloff()
{
}
}