oh dear
This commit is contained in:
@@ -0,0 +1,136 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Sharing
|
||||
{
|
||||
// Token: 0x0200224E RID: 8782
|
||||
[Token(Token = "0x200224E")]
|
||||
[RequireComponent(typeof(TMP_Text))]
|
||||
public class LinkManagerUIString : MonoBehaviour
|
||||
{
|
||||
// Token: 0x0600E0AF RID: 57519 RVA: 0x0033F950 File Offset: 0x0033DB50
|
||||
[Token(Token = "0x600E0AF")]
|
||||
[Address(RVA = "0x1123740", Offset = "0x1122540", VA = "0x181123740")]
|
||||
private void MKBLJJGJAOH()
|
||||
{
|
||||
if (this.tmp)
|
||||
{
|
||||
if (this.isGeneralContent)
|
||||
{
|
||||
while (this.generalContentType != LinkManagerUIString.HPGFEBCHDEL.InputCodeDescription)
|
||||
{
|
||||
}
|
||||
TMP_Text tmp_Text = this.tmp;
|
||||
string text = this.format;
|
||||
string colihofngcm = LinkManager.JHJNANAHJJF.COLIHOFNGCM;
|
||||
string text2 = string.Format(text, colihofngcm);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
int num = (int)this.actionType;
|
||||
ActionCode actionCode;
|
||||
ActionCode.Configuration config = actionCode.Config;
|
||||
LinkManagerUIString.PBLIGMMNBCG pbligmmnbcg = this.contentType;
|
||||
if (pbligmmnbcg == LinkManagerUIString.PBLIGMMNBCG.Name)
|
||||
{
|
||||
}
|
||||
if (pbligmmnbcg == LinkManagerUIString.PBLIGMMNBCG.DescriptionRTF)
|
||||
{
|
||||
TMP_Text tmp_Text2 = this.tmp;
|
||||
string text3 = this.format;
|
||||
string name = config.name;
|
||||
string descriptionRTF = config.descriptionRTF;
|
||||
string text4 = string.Format(config.fullName, name);
|
||||
string text5 = string.Format(descriptionRTF, name, text4);
|
||||
string text6 = string.Format(text3, text5);
|
||||
string text7 = tmp_Text2.text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600E0B0 RID: 57520 RVA: 0x0033FA14 File Offset: 0x0033DC14
|
||||
[Token(Token = "0x600E0B0")]
|
||||
[Address(RVA = "0x1123900", Offset = "0x1122700", VA = "0x181123900")]
|
||||
private void Start()
|
||||
{
|
||||
this.MKBLJJGJAOH();
|
||||
}
|
||||
|
||||
// Token: 0x0600E0B1 RID: 57521 RVA: 0x0033FA28 File Offset: 0x0033DC28
|
||||
[Token(Token = "0x600E0B1")]
|
||||
[Address(RVA = "0x1123910", Offset = "0x1122710", VA = "0x181123910")]
|
||||
public LinkManagerUIString()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04009207 RID: 37383
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4009207")]
|
||||
[SerializeField]
|
||||
[Tooltip("Must include {0}")]
|
||||
[Header("Common:")]
|
||||
private string format = "{0}";
|
||||
|
||||
// Token: 0x04009208 RID: 37384
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4009208")]
|
||||
[SerializeField]
|
||||
[Tooltip("If true, generalContentType will be used instead of contentType")]
|
||||
private bool isGeneralContent;
|
||||
|
||||
// Token: 0x04009209 RID: 37385
|
||||
[FieldOffset(Offset = "0x24")]
|
||||
[Token(Token = "0x4009209")]
|
||||
[SerializeField]
|
||||
[Header("Typed Content:")]
|
||||
private EAEKNPLNKKO actionType = (EAEKNPLNKKO)((ulong)(-1L));
|
||||
|
||||
// Token: 0x0400920A RID: 37386
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x400920A")]
|
||||
[SerializeField]
|
||||
private LinkManagerUIString.PBLIGMMNBCG contentType;
|
||||
|
||||
// Token: 0x0400920B RID: 37387
|
||||
[FieldOffset(Offset = "0x2C")]
|
||||
[Token(Token = "0x400920B")]
|
||||
[SerializeField]
|
||||
[Header("General Content:")]
|
||||
private LinkManagerUIString.HPGFEBCHDEL generalContentType = (LinkManagerUIString.HPGFEBCHDEL)((ulong)4294967295L);
|
||||
|
||||
// Token: 0x0400920C RID: 37388
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x400920C")]
|
||||
[SerializeField]
|
||||
[DDPIINEJFMD(JIBDPHMGEGO.Self, false, false, false)]
|
||||
private TMP_Text tmp;
|
||||
|
||||
// Token: 0x0200224F RID: 8783
|
||||
[Token(Token = "0x200224F")]
|
||||
public enum PBLIGMMNBCG
|
||||
{
|
||||
// Token: 0x0400920E RID: 37390
|
||||
[Token(Token = "0x400920E")]
|
||||
NONE = -1,
|
||||
// Token: 0x0400920F RID: 37391
|
||||
[Token(Token = "0x400920F")]
|
||||
Name,
|
||||
// Token: 0x04009210 RID: 37392
|
||||
[Token(Token = "0x4009210")]
|
||||
DescriptionRTF
|
||||
}
|
||||
|
||||
// Token: 0x02002250 RID: 8784
|
||||
[Token(Token = "0x2002250")]
|
||||
public enum HPGFEBCHDEL
|
||||
{
|
||||
// Token: 0x04009212 RID: 37394
|
||||
[Token(Token = "0x4009212")]
|
||||
NONE = -1,
|
||||
// Token: 0x04009213 RID: 37395
|
||||
[Token(Token = "0x4009213")]
|
||||
InputCodeDescription
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user