This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x020003D7 RID: 983
[Token(Token = "0x20003D7")]
public abstract class RarityController : MonoBehaviour
{
// Token: 0x06001F56 RID: 8022
[Token(Token = "0x6001F56")]
[Address(Slot = "4")]
public abstract void SetRarity(PGCHMNKBEFJ PJPJNEFMBBP);
// Token: 0x06001F57 RID: 8023 RVA: 0x00080674 File Offset: 0x0007E874
[Token(Token = "0x6001F57")]
[Address(RVA = "0x428AD0", Offset = "0x427AD0", VA = "0x180428AD0")]
protected RarityController()
{
}
}