oh dear
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatars;
|
||||
using RecRoom.Avatars.Outfit;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Consumable
|
||||
{
|
||||
// Token: 0x02002342 RID: 9026
|
||||
[Token(Token = "0x2002342")]
|
||||
public class HairDyePotionConsumableItem : ConsumableItem
|
||||
{
|
||||
// Token: 0x170024DE RID: 9438
|
||||
// (get) Token: 0x0600E736 RID: 59190 RVA: 0x00357DF0 File Offset: 0x00355FF0
|
||||
[Token(Token = "0x170024DE")]
|
||||
public string GFOABAHHBPO
|
||||
{
|
||||
[Token(Token = "0x600E736")]
|
||||
[Address(RVA = "0x423D40", Offset = "0x422B40", VA = "0x180423D40")]
|
||||
get
|
||||
{
|
||||
return this.colorGuid;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170024DF RID: 9439
|
||||
// (get) Token: 0x0600E737 RID: 59191 RVA: 0x00357E04 File Offset: 0x00356004
|
||||
[Token(Token = "0x170024DF")]
|
||||
public ColorVault.ColorToGuid EGPPAIIEJFM
|
||||
{
|
||||
[Token(Token = "0x600E737")]
|
||||
[Address(RVA = "0x139BA70", Offset = "0x139A870", VA = "0x18139BA70")]
|
||||
get
|
||||
{
|
||||
OutfitManager instance = NetworkedSingletonMonoBehaviour.ONCPNMDGGKG;
|
||||
string text = this.colorGuid;
|
||||
return instance.FindSkinColor(text, true);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600E738 RID: 59192 RVA: 0x00357E2C File Offset: 0x0035602C
|
||||
[Token(Token = "0x600E738")]
|
||||
[Address(RVA = "0x139B9E0", Offset = "0x139A7E0", VA = "0x18139B9E0", Slot = "5")]
|
||||
public override ConsumableInfo ToConsumableInfo()
|
||||
{
|
||||
HairDyeConsumableInfo hairDyeConsumableInfo = new HairDyeConsumableInfo();
|
||||
string text = this.colorGuid;
|
||||
hairDyeConsumableInfo.HairColorGUID = text;
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600E739 RID: 59193 RVA: 0x00357E54 File Offset: 0x00356054
|
||||
[Token(Token = "0x600E739")]
|
||||
[Address(RVA = "0x11F6DE0", Offset = "0x11F5BE0", VA = "0x1811F6DE0")]
|
||||
public HairDyePotionConsumableItem()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040098BD RID: 39101
|
||||
[FieldOffset(Offset = "0x58")]
|
||||
[Token(Token = "0x40098BD")]
|
||||
[SerializeField]
|
||||
[Header("Hair dye potion")]
|
||||
protected string colorGuid;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user