Files
Dec2017-Script-Dump/Assembly-CSharp/RecRoom/AGUI/Expresso/ContextualEmotesConfig.cs
T
2026-06-04 11:42:34 +02:00

101 lines
3.7 KiB
C#

using System;
using UnityEngine;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x02001008 RID: 4104
[Serializable]
public class ContextualEmotesConfig : ScriptableObject
{
// Token: 0x04005993 RID: 22931
[SerializeField]
public ContextualEmotesConfig.ExpressoEmote[] Emotes;
// Token: 0x02001009 RID: 4105
[Serializable]
public class ExpressoEmote
{
// Token: 0x060226D4 RID: 141012 RVA: 0x009663E4 File Offset: 0x009645E4
public string PLOOPOMOGLD(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D5 RID: 141013 RVA: 0x00966418 File Offset: 0x00964618
public string OGBHMADCCID(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D6 RID: 141014 RVA: 0x0096644C File Offset: 0x0096464C
public string JGDPMLPKPCD(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D7 RID: 141015 RVA: 0x00966480 File Offset: 0x00964680
public string HPKLEIPKGPJ(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D8 RID: 141016 RVA: 0x009664B4 File Offset: 0x009646B4
public string LKCKHIMFFGF(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226D9 RID: 141017 RVA: 0x009664E8 File Offset: 0x009646E8
public string HGLDCDEGOMJ(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226DA RID: 141018 RVA: 0x0096651C File Offset: 0x0096471C
public string GFNBBBEKKID(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226DB RID: 141019 RVA: 0x00966550 File Offset: 0x00964750
public string PEAIBICCHMA(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226DC RID: 141020 RVA: 0x00966584 File Offset: 0x00964784
public string PPAMJBHIGDF(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x060226DD RID: 141021 RVA: 0x009665B8 File Offset: 0x009647B8
public string EIHDHHDECCK(string CGMIJJGJJLH)
{
return (!string.IsNullOrEmpty(this.emoteText) && !string.IsNullOrEmpty(CGMIJJGJJLH)) ? string.Format(this.emoteText, CGMIJJGJJLH) : this.emoteText;
}
// Token: 0x04005994 RID: 22932
public string emoteUniqueName;
// Token: 0x04005995 RID: 22933
public string emoteText;
// Token: 0x04005996 RID: 22934
public Sprite emoticon;
// Token: 0x04005997 RID: 22935
public string facialExpression;
// Token: 0x04005998 RID: 22936
public RecRoomAudioClip emoteAudio;
// Token: 0x04005999 RID: 22937
public bool forceEmoteBubble;
// Token: 0x0400599A RID: 22938
public bool onlyBroadcastToTeam;
}
}
}