1017 lines
29 KiB
C#
1017 lines
29 KiB
C#
using System;
|
|
using RecRoom;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
// Token: 0x020010D5 RID: 4309
|
|
public class ScreenSpaceNotification : MonoBehaviour
|
|
{
|
|
// Token: 0x06024B26 RID: 150310 RVA: 0x00A289E4 File Offset: 0x00A26BE4
|
|
private void OFOPHGFIAJM()
|
|
{
|
|
ScreenSpaceNotification.GOKOHOPFFCO = Shader.PropertyToID("SBM_ST");
|
|
this.LOCNJBDNNGO = this.DesaturationBackdrop.material;
|
|
this.CMGLICDLGCN(382f);
|
|
this.HIHJBCKPEJE(1426f);
|
|
this.ABIONLKOMPI = this.Title.GPACBKDNAMI();
|
|
this.PCEEBJJOABC = this.Subtitle.NKJDPPJHKEP();
|
|
}
|
|
|
|
// Token: 0x06024B27 RID: 150311 RVA: 0x00A28A4C File Offset: 0x00A26C4C
|
|
public void MKEDAMFJHMJ(Vector3 NOBAPCOKFIL)
|
|
{
|
|
this.<KECNJIBDNPE>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B28 RID: 150312 RVA: 0x00A28A58 File Offset: 0x00A26C58
|
|
public void BNIHHICPALL()
|
|
{
|
|
this.Title.LPMBIDHMDJO(this.ABIONLKOMPI);
|
|
this.Subtitle.Color = this.PCEEBJJOABC;
|
|
}
|
|
|
|
// Token: 0x06024B29 RID: 150313 RVA: 0x00A28A7C File Offset: 0x00A26C7C
|
|
public void JPELHCNOAHF(float HCOKEHIAOOB)
|
|
{
|
|
this.LOCNJBDNNGO.SetFloat(ScreenSpaceNotification.GOKOHOPFFCO, HCOKEHIAOOB);
|
|
}
|
|
|
|
// Token: 0x06024B2A RID: 150314 RVA: 0x00A28A90 File Offset: 0x00A26C90
|
|
public void CLJDABHMFDD(float HCOKEHIAOOB)
|
|
{
|
|
this.LOCNJBDNNGO.SetFloat(ScreenSpaceNotification.GOKOHOPFFCO, HCOKEHIAOOB);
|
|
}
|
|
|
|
// Token: 0x06024B2B RID: 150315 RVA: 0x00A28AA4 File Offset: 0x00A26CA4
|
|
private void LateUpdate()
|
|
{
|
|
if (SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector3 position = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.position;
|
|
Vector3 vector = Vector3.up;
|
|
Vector3 vector2 = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.forward;
|
|
Vector3 vector3 = Vector3.Cross(vector2, vector);
|
|
vector = Vector3.Cross(vector3, vector2);
|
|
base.transform.position = this.EFEGFAFANGI.NPBELFEFJBA(position, vector3, vector, vector2);
|
|
if ((base.transform.position - position).sqrMagnitude > 0.001f)
|
|
{
|
|
vector2 = Vector3.ProjectOnPlane(base.transform.position - position, vector).normalized;
|
|
}
|
|
base.transform.rotation = Quaternion.LookRotation(vector2, vector);
|
|
}
|
|
|
|
// Token: 0x06024B2C RID: 150316 RVA: 0x00A28B74 File Offset: 0x00A26D74
|
|
private void JHCLJIABPPJ()
|
|
{
|
|
ScreenSpaceNotification.GOKOHOPFFCO = Shader.PropertyToID("unity_SHAr");
|
|
this.LOCNJBDNNGO = this.DesaturationBackdrop.material;
|
|
this.CMGLICDLGCN(233f);
|
|
this.SetBackgroundDesatAmount(1493f);
|
|
this.ABIONLKOMPI = this.Title.FDPKFBMKPBI();
|
|
this.PCEEBJJOABC = this.Subtitle.NKJDPPJHKEP();
|
|
}
|
|
|
|
// Token: 0x170010D8 RID: 4312
|
|
// (get) Token: 0x06024B3C RID: 150332 RVA: 0x00A28ED0 File Offset: 0x00A270D0
|
|
// (set) Token: 0x06024B2D RID: 150317 RVA: 0x00A28BDC File Offset: 0x00A26DDC
|
|
public Vector3 EFEGFAFANGI { get; set; }
|
|
|
|
// Token: 0x06024B2E RID: 150318 RVA: 0x00A28BE8 File Offset: 0x00A26DE8
|
|
private void GBEGEIBCELO()
|
|
{
|
|
if (SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector3 position = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.position;
|
|
Vector3 vector = Vector3.up;
|
|
Vector3 vector2 = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.forward;
|
|
Vector3 vector3 = Vector3.Cross(vector2, vector);
|
|
vector = Vector3.Cross(vector3, vector2);
|
|
base.transform.position = this.HDBMKOBNPPH().NPBELFEFJBA(position, vector3, vector, vector2);
|
|
if ((base.transform.position - position).sqrMagnitude > 1201f)
|
|
{
|
|
vector2 = Vector3.ProjectOnPlane(base.transform.position - position, vector).normalized;
|
|
}
|
|
base.transform.rotation = Quaternion.LookRotation(vector2, vector);
|
|
}
|
|
|
|
// Token: 0x06024B2F RID: 150319 RVA: 0x00A28CB8 File Offset: 0x00A26EB8
|
|
public Vector3 HDBMKOBNPPH()
|
|
{
|
|
return this.<KECNJIBDNPE>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06024B30 RID: 150320 RVA: 0x00A28CC0 File Offset: 0x00A26EC0
|
|
public void OBAJCMEHKKN(float ELFEPDAKCDL)
|
|
{
|
|
this.Title.MEPFJPNKHMF(ELFEPDAKCDL);
|
|
this.Subtitle.LBINKDNFHBD(ELFEPDAKCDL);
|
|
}
|
|
|
|
// Token: 0x06024B31 RID: 150321 RVA: 0x00A28CDC File Offset: 0x00A26EDC
|
|
private void DMBMOIPLIPI()
|
|
{
|
|
if (SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector3 position = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.position;
|
|
Vector3 vector = Vector3.up;
|
|
Vector3 vector2 = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.forward;
|
|
Vector3 vector3 = Vector3.Cross(vector2, vector);
|
|
vector = Vector3.Cross(vector3, vector2);
|
|
base.transform.position = this.ODFIHPDDNOD().NPBELFEFJBA(position, vector3, vector, vector2);
|
|
if ((base.transform.position - position).sqrMagnitude > 1691f)
|
|
{
|
|
vector2 = Vector3.ProjectOnPlane(base.transform.position - position, vector).normalized;
|
|
}
|
|
base.transform.rotation = Quaternion.LookRotation(vector2, vector);
|
|
}
|
|
|
|
// Token: 0x06024B32 RID: 150322 RVA: 0x00A28DAC File Offset: 0x00A26FAC
|
|
public void CMGLICDLGCN(float ELFEPDAKCDL)
|
|
{
|
|
this.Title.HKBLLHIGHKA(ELFEPDAKCDL);
|
|
this.Subtitle.HKBLLHIGHKA(ELFEPDAKCDL);
|
|
}
|
|
|
|
// Token: 0x06024B33 RID: 150323 RVA: 0x00A28DC8 File Offset: 0x00A26FC8
|
|
public void MIGCEANLDCC(float ELFEPDAKCDL)
|
|
{
|
|
this.Title.JBPJCLBBHAK(ELFEPDAKCDL);
|
|
this.Subtitle.JGNMPGDFNMN(ELFEPDAKCDL);
|
|
}
|
|
|
|
// Token: 0x06024B34 RID: 150324 RVA: 0x00A28DE4 File Offset: 0x00A26FE4
|
|
public Vector3 ODFIHPDDNOD()
|
|
{
|
|
return this.<KECNJIBDNPE>k__BackingField;
|
|
}
|
|
|
|
// Token: 0x06024B35 RID: 150325 RVA: 0x00A28DEC File Offset: 0x00A26FEC
|
|
private void PAKPLLPDIOG()
|
|
{
|
|
ScreenSpaceNotification.GOKOHOPFFCO = Shader.PropertyToID("value");
|
|
this.LOCNJBDNNGO = this.DesaturationBackdrop.material;
|
|
this.SetTextAlpha(1954f);
|
|
this.JDICGGPHPLA(1603f);
|
|
this.ABIONLKOMPI = this.Title.MNKLKKHNECH();
|
|
this.PCEEBJJOABC = this.Subtitle.IMLHGKICGJF();
|
|
}
|
|
|
|
// Token: 0x06024B36 RID: 150326 RVA: 0x00A28E54 File Offset: 0x00A27054
|
|
public void CBENBBONOEN(Vector3 NOBAPCOKFIL)
|
|
{
|
|
this.<KECNJIBDNPE>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B37 RID: 150327 RVA: 0x00A28E60 File Offset: 0x00A27060
|
|
public void LCKPHJIBDFH(float ELFEPDAKCDL)
|
|
{
|
|
this.Title.LBINKDNFHBD(ELFEPDAKCDL);
|
|
this.Subtitle.AFOHCMLNGKJ(ELFEPDAKCDL);
|
|
}
|
|
|
|
// Token: 0x06024B38 RID: 150328 RVA: 0x00A28E7C File Offset: 0x00A2707C
|
|
public void SetBackgroundDesatAmount(float HCOKEHIAOOB)
|
|
{
|
|
this.LOCNJBDNNGO.SetFloat(ScreenSpaceNotification.GOKOHOPFFCO, HCOKEHIAOOB);
|
|
}
|
|
|
|
// Token: 0x06024B39 RID: 150329 RVA: 0x00A28E90 File Offset: 0x00A27090
|
|
public void ResetColors()
|
|
{
|
|
this.Title.Color = this.ABIONLKOMPI;
|
|
this.Subtitle.Color = this.PCEEBJJOABC;
|
|
}
|
|
|
|
// Token: 0x06024B3B RID: 150331 RVA: 0x00A28EBC File Offset: 0x00A270BC
|
|
public void MFPHGPHEAAB(float HCOKEHIAOOB)
|
|
{
|
|
this.LOCNJBDNNGO.SetFloat(ScreenSpaceNotification.GOKOHOPFFCO, HCOKEHIAOOB);
|
|
}
|
|
|
|
// Token: 0x06024B3D RID: 150333 RVA: 0x00A28ED8 File Offset: 0x00A270D8
|
|
public void ONPPKAPJCGC(Vector3 NOBAPCOKFIL)
|
|
{
|
|
this.<KECNJIBDNPE>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B3E RID: 150334 RVA: 0x00A28EE4 File Offset: 0x00A270E4
|
|
private void NGHJFABFAOA()
|
|
{
|
|
ScreenSpaceNotification.GOKOHOPFFCO = Shader.PropertyToID("BrushTool");
|
|
this.LOCNJBDNNGO = this.DesaturationBackdrop.material;
|
|
this.OBAJCMEHKKN(1424f);
|
|
this.JPELHCNOAHF(1847f);
|
|
this.ABIONLKOMPI = this.Title.EICHNOLMCAB();
|
|
this.PCEEBJJOABC = this.Subtitle.NKJDPPJHKEP();
|
|
}
|
|
|
|
// Token: 0x06024B3F RID: 150335 RVA: 0x00A28F4C File Offset: 0x00A2714C
|
|
public void HKMAPBALOMG()
|
|
{
|
|
this.Title.OENGBEEIDOP(this.ABIONLKOMPI);
|
|
this.Subtitle.GMKBEBNNLOM(this.PCEEBJJOABC);
|
|
}
|
|
|
|
// Token: 0x06024B40 RID: 150336 RVA: 0x00A28F70 File Offset: 0x00A27170
|
|
public void DOHKCMGAMBH(Vector3 NOBAPCOKFIL)
|
|
{
|
|
this.<KECNJIBDNPE>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B41 RID: 150337 RVA: 0x00A28F7C File Offset: 0x00A2717C
|
|
public void HOACBMMMHKA()
|
|
{
|
|
this.Title.JBGNEPANGEG(this.ABIONLKOMPI);
|
|
this.Subtitle.HMKGGGEGCLP(this.PCEEBJJOABC);
|
|
}
|
|
|
|
// Token: 0x06024B42 RID: 150338 RVA: 0x00A28FA0 File Offset: 0x00A271A0
|
|
public void LKJJIALJFID(Vector3 NOBAPCOKFIL)
|
|
{
|
|
this.<KECNJIBDNPE>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B43 RID: 150339 RVA: 0x00A28FAC File Offset: 0x00A271AC
|
|
private void BPCEJGIJPOO()
|
|
{
|
|
if (SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector3 position = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.position;
|
|
Vector3 vector = Vector3.up;
|
|
Vector3 vector2 = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.forward;
|
|
Vector3 vector3 = Vector3.Cross(vector2, vector);
|
|
vector = Vector3.Cross(vector3, vector2);
|
|
base.transform.position = this.EFEGFAFANGI.NPBELFEFJBA(position, vector3, vector, vector2);
|
|
if ((base.transform.position - position).sqrMagnitude > 1835f)
|
|
{
|
|
vector2 = Vector3.ProjectOnPlane(base.transform.position - position, vector).normalized;
|
|
}
|
|
base.transform.rotation = Quaternion.LookRotation(vector2, vector);
|
|
}
|
|
|
|
// Token: 0x06024B44 RID: 150340 RVA: 0x00A2907C File Offset: 0x00A2727C
|
|
private void KKKDDNBDGKD()
|
|
{
|
|
if (SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector3 position = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.position;
|
|
Vector3 vector = Vector3.up;
|
|
Vector3 vector2 = SingletonMonoBehaviour<CameraRig>.NCKMBFBMBFM.KPGFMCHFLBM.transform.forward;
|
|
Vector3 vector3 = Vector3.Cross(vector2, vector);
|
|
vector = Vector3.Cross(vector3, vector2);
|
|
base.transform.position = this.ODFIHPDDNOD().NPBELFEFJBA(position, vector3, vector, vector2);
|
|
if ((base.transform.position - position).sqrMagnitude > 474f)
|
|
{
|
|
vector2 = Vector3.ProjectOnPlane(base.transform.position - position, vector).normalized;
|
|
}
|
|
base.transform.rotation = Quaternion.LookRotation(vector2, vector);
|
|
}
|
|
|
|
// Token: 0x06024B45 RID: 150341 RVA: 0x00A2914C File Offset: 0x00A2734C
|
|
public void PBNKJGBPJAE(float ELFEPDAKCDL)
|
|
{
|
|
this.Title.FEKLLNOMAFB(ELFEPDAKCDL);
|
|
this.Subtitle.HKBLLHIGHKA(ELFEPDAKCDL);
|
|
}
|
|
|
|
// Token: 0x06024B46 RID: 150342 RVA: 0x00A29168 File Offset: 0x00A27368
|
|
public void JDICGGPHPLA(float HCOKEHIAOOB)
|
|
{
|
|
this.LOCNJBDNNGO.SetFloat(ScreenSpaceNotification.GOKOHOPFFCO, HCOKEHIAOOB);
|
|
}
|
|
|
|
// Token: 0x06024B47 RID: 150343 RVA: 0x00A2917C File Offset: 0x00A2737C
|
|
public void HIGNNDJPNGB()
|
|
{
|
|
this.Title.EHHOHJCGMHC(this.ABIONLKOMPI);
|
|
this.Subtitle.KDKKLJNHNCL(this.PCEEBJJOABC);
|
|
}
|
|
|
|
// Token: 0x06024B48 RID: 150344 RVA: 0x00A291A0 File Offset: 0x00A273A0
|
|
public void SetTextAlpha(float ELFEPDAKCDL)
|
|
{
|
|
this.Title.Alpha = ELFEPDAKCDL;
|
|
this.Subtitle.Alpha = ELFEPDAKCDL;
|
|
}
|
|
|
|
// Token: 0x06024B49 RID: 150345 RVA: 0x00A291BC File Offset: 0x00A273BC
|
|
private void Awake()
|
|
{
|
|
ScreenSpaceNotification.GOKOHOPFFCO = Shader.PropertyToID("_DesaturationAmount");
|
|
this.LOCNJBDNNGO = this.DesaturationBackdrop.material;
|
|
this.SetTextAlpha(0f);
|
|
this.SetBackgroundDesatAmount(0f);
|
|
this.ABIONLKOMPI = this.Title.Color;
|
|
this.PCEEBJJOABC = this.Subtitle.Color;
|
|
}
|
|
|
|
// Token: 0x06024B4A RID: 150346 RVA: 0x00A29224 File Offset: 0x00A27424
|
|
public void DDHOJJDIHOP(float HCOKEHIAOOB)
|
|
{
|
|
this.LOCNJBDNNGO.SetFloat(ScreenSpaceNotification.GOKOHOPFFCO, HCOKEHIAOOB);
|
|
}
|
|
|
|
// Token: 0x06024B4B RID: 150347 RVA: 0x00A29238 File Offset: 0x00A27438
|
|
public void AKLGFDPDBGN(Vector3 NOBAPCOKFIL)
|
|
{
|
|
this.<KECNJIBDNPE>k__BackingField = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B4C RID: 150348 RVA: 0x00A29244 File Offset: 0x00A27444
|
|
private void ABBDFEGOFPH()
|
|
{
|
|
ScreenSpaceNotification.GOKOHOPFFCO = Shader.PropertyToID("Failed to update Rec Room player good karma");
|
|
this.LOCNJBDNNGO = this.DesaturationBackdrop.material;
|
|
this.CMGLICDLGCN(544f);
|
|
this.HIHJBCKPEJE(1891f);
|
|
this.ABIONLKOMPI = this.Title.FDPKFBMKPBI();
|
|
this.PCEEBJJOABC = this.Subtitle.FDPKFBMKPBI();
|
|
}
|
|
|
|
// Token: 0x06024B4D RID: 150349 RVA: 0x00A292AC File Offset: 0x00A274AC
|
|
public void FOAEBNJHAJI(float ELFEPDAKCDL)
|
|
{
|
|
this.Title.LBINKDNFHBD(ELFEPDAKCDL);
|
|
this.Subtitle.AFOHCMLNGKJ(ELFEPDAKCDL);
|
|
}
|
|
|
|
// Token: 0x06024B4E RID: 150350 RVA: 0x00A292C8 File Offset: 0x00A274C8
|
|
public void HIHJBCKPEJE(float HCOKEHIAOOB)
|
|
{
|
|
this.LOCNJBDNNGO.SetFloat(ScreenSpaceNotification.GOKOHOPFFCO, HCOKEHIAOOB);
|
|
}
|
|
|
|
// Token: 0x04005D66 RID: 23910
|
|
public ScreenSpaceNotification.NotificationText Title;
|
|
|
|
// Token: 0x04005D67 RID: 23911
|
|
public ScreenSpaceNotification.NotificationText Subtitle;
|
|
|
|
// Token: 0x04005D68 RID: 23912
|
|
public MeshRenderer DesaturationBackdrop;
|
|
|
|
// Token: 0x04005D69 RID: 23913
|
|
[Header("Animation Config")]
|
|
public FloatValueCurve DesaturationEaseInCurve;
|
|
|
|
// Token: 0x04005D6A RID: 23914
|
|
public FloatValueCurve DesaturationEaseOutCurve;
|
|
|
|
// Token: 0x04005D6B RID: 23915
|
|
public FloatValueCurve AlphaEaseInCurve;
|
|
|
|
// Token: 0x04005D6C RID: 23916
|
|
public FloatValueCurve AlphaEaseOutCurve;
|
|
|
|
// Token: 0x04005D6D RID: 23917
|
|
public Vector3ValueCurve CameraOffsetEaseInCurve;
|
|
|
|
// Token: 0x04005D6E RID: 23918
|
|
public Vector3ValueCurve CameraOffsetEaseOutCurve;
|
|
|
|
// Token: 0x04005D6F RID: 23919
|
|
private Color ABIONLKOMPI;
|
|
|
|
// Token: 0x04005D70 RID: 23920
|
|
private Color PCEEBJJOABC;
|
|
|
|
// Token: 0x04005D71 RID: 23921
|
|
private Material LOCNJBDNNGO;
|
|
|
|
// Token: 0x04005D73 RID: 23923
|
|
private static int GOKOHOPFFCO;
|
|
|
|
// Token: 0x020010D6 RID: 4310
|
|
[Serializable]
|
|
public class NotificationText
|
|
{
|
|
// Token: 0x06024B4F RID: 150351 RVA: 0x00A292DC File Offset: 0x00A274DC
|
|
public float ANJNBFHFABA()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B50 RID: 150352 RVA: 0x00A292FC File Offset: 0x00A274FC
|
|
public Color MNKLKKHNECH()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B51 RID: 150353 RVA: 0x00A2930C File Offset: 0x00A2750C
|
|
public float AKAKCLKEBBM()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B52 RID: 150354 RVA: 0x00A2932C File Offset: 0x00A2752C
|
|
public float AFLAFEEJDDE()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B53 RID: 150355 RVA: 0x00A2934C File Offset: 0x00A2754C
|
|
public Color BOENOFFBIJI()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B54 RID: 150356 RVA: 0x00A2935C File Offset: 0x00A2755C
|
|
public void AFOHCMLNGKJ(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170010DA RID: 4314
|
|
// (get) Token: 0x06024B56 RID: 150358 RVA: 0x00A293D8 File Offset: 0x00A275D8
|
|
// (set) Token: 0x06024B55 RID: 150357 RVA: 0x00A293BC File Offset: 0x00A275BC
|
|
public Color Color
|
|
{
|
|
get
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
set
|
|
{
|
|
this.Text.color = value.FNNAJBFGBAI(this.Alpha);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B57 RID: 150359 RVA: 0x00A293E8 File Offset: 0x00A275E8
|
|
public void PCNLMPCNDLO(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B58 RID: 150360 RVA: 0x00A293F8 File Offset: 0x00A275F8
|
|
public void MOKAPKAHEAK(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B59 RID: 150361 RVA: 0x00A29458 File Offset: 0x00A27658
|
|
public void KPLIKKFCFDE(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B5A RID: 150362 RVA: 0x00A294B8 File Offset: 0x00A276B8
|
|
public float HMBPCPNDPAM()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B5B RID: 150363 RVA: 0x00A294D8 File Offset: 0x00A276D8
|
|
public void JBGNEPANGEG(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.HKFNPPFCDKO());
|
|
}
|
|
|
|
// Token: 0x06024B5C RID: 150364 RVA: 0x00A294F4 File Offset: 0x00A276F4
|
|
public void OKODMBJMHJG(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B5D RID: 150365 RVA: 0x00A29504 File Offset: 0x00A27704
|
|
public float MEIOGDDAEPK()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x170010D9 RID: 4313
|
|
// (set) Token: 0x06024B5E RID: 150366 RVA: 0x00A29524 File Offset: 0x00A27724
|
|
public int FontSize
|
|
{
|
|
set
|
|
{
|
|
this.Text.fontSize = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170010DB RID: 4315
|
|
// (get) Token: 0x06024B87 RID: 150407 RVA: 0x00A29C10 File Offset: 0x00A27E10
|
|
// (set) Token: 0x06024B5F RID: 150367 RVA: 0x00A29534 File Offset: 0x00A27734
|
|
public float Alpha
|
|
{
|
|
get
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
set
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = value;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = value;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B60 RID: 150368 RVA: 0x00A29594 File Offset: 0x00A27794
|
|
public void EFBFCBDPPLO(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B61 RID: 150369 RVA: 0x00A295F4 File Offset: 0x00A277F4
|
|
public float HKFNPPFCDKO()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B62 RID: 150370 RVA: 0x00A29614 File Offset: 0x00A27814
|
|
public float KFJCJPACABH()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B63 RID: 150371 RVA: 0x00A29634 File Offset: 0x00A27834
|
|
public void FJAJICNNDAO(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B64 RID: 150372 RVA: 0x00A29644 File Offset: 0x00A27844
|
|
public void CDCBGBBMIPE(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B65 RID: 150373 RVA: 0x00A296A4 File Offset: 0x00A278A4
|
|
public void NCBCHCINHIA(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B66 RID: 150374 RVA: 0x00A296B4 File Offset: 0x00A278B4
|
|
public void GMKBEBNNLOM(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.KFJCJPACABH());
|
|
}
|
|
|
|
// Token: 0x06024B67 RID: 150375 RVA: 0x00A296D0 File Offset: 0x00A278D0
|
|
public float EFOBCDAJBPH()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B68 RID: 150376 RVA: 0x00A296F0 File Offset: 0x00A278F0
|
|
public Color LNLALACLGCK()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B69 RID: 150377 RVA: 0x00A29700 File Offset: 0x00A27900
|
|
public void FEKLLNOMAFB(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B6A RID: 150378 RVA: 0x00A29760 File Offset: 0x00A27960
|
|
public Color FDPKFBMKPBI()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B6B RID: 150379 RVA: 0x00A29770 File Offset: 0x00A27970
|
|
public void OENGBEEIDOP(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.AFLAFEEJDDE());
|
|
}
|
|
|
|
// Token: 0x06024B6C RID: 150380 RVA: 0x00A2978C File Offset: 0x00A2798C
|
|
public void PLLOOBMELCM(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B6D RID: 150381 RVA: 0x00A297EC File Offset: 0x00A279EC
|
|
public void NCEMILCOHPJ(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B6E RID: 150382 RVA: 0x00A297FC File Offset: 0x00A279FC
|
|
public float BJLFJNDFBIB()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B6F RID: 150383 RVA: 0x00A2981C File Offset: 0x00A27A1C
|
|
public void EEOPJEBJBHP(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.HMBPCPNDPAM());
|
|
}
|
|
|
|
// Token: 0x06024B70 RID: 150384 RVA: 0x00A29838 File Offset: 0x00A27A38
|
|
public void PFKNKCMDDNK(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B71 RID: 150385 RVA: 0x00A29848 File Offset: 0x00A27A48
|
|
public void EHHOHJCGMHC(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.DFGFPPKONCO());
|
|
}
|
|
|
|
// Token: 0x06024B72 RID: 150386 RVA: 0x00A29864 File Offset: 0x00A27A64
|
|
public float HKCPAFBBKNC()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B73 RID: 150387 RVA: 0x00A29884 File Offset: 0x00A27A84
|
|
public void JBPJCLBBHAK(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B74 RID: 150388 RVA: 0x00A298E4 File Offset: 0x00A27AE4
|
|
public void GODJDIEGBCL(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B75 RID: 150389 RVA: 0x00A29944 File Offset: 0x00A27B44
|
|
public Color MEBMFLPPKBM()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B76 RID: 150390 RVA: 0x00A29954 File Offset: 0x00A27B54
|
|
public void HMKGGGEGCLP(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.AFCDIELKLPF());
|
|
}
|
|
|
|
// Token: 0x06024B77 RID: 150391 RVA: 0x00A29970 File Offset: 0x00A27B70
|
|
public void IPPGNAEJPKD(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B78 RID: 150392 RVA: 0x00A299D0 File Offset: 0x00A27BD0
|
|
public float ALFGOMLLDJE()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B79 RID: 150393 RVA: 0x00A299F0 File Offset: 0x00A27BF0
|
|
public void KDKKLJNHNCL(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.CCDOJIOBAEH());
|
|
}
|
|
|
|
// Token: 0x06024B7A RID: 150394 RVA: 0x00A29A0C File Offset: 0x00A27C0C
|
|
public void ABBINJAPFLI(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B7B RID: 150395 RVA: 0x00A29A6C File Offset: 0x00A27C6C
|
|
public void HIDLGAEFAKH(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B7C RID: 150396 RVA: 0x00A29A7C File Offset: 0x00A27C7C
|
|
public void OOPGBHFJMJF(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B7E RID: 150398 RVA: 0x00A29A94 File Offset: 0x00A27C94
|
|
public Color EICHNOLMCAB()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B7F RID: 150399 RVA: 0x00A29AA4 File Offset: 0x00A27CA4
|
|
public float EAGDACHEKDF()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B80 RID: 150400 RVA: 0x00A29AC4 File Offset: 0x00A27CC4
|
|
public float ECLPGEDICEE()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B81 RID: 150401 RVA: 0x00A29AE4 File Offset: 0x00A27CE4
|
|
public void GLNHBBEOGBH(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.Alpha);
|
|
}
|
|
|
|
// Token: 0x06024B82 RID: 150402 RVA: 0x00A29B00 File Offset: 0x00A27D00
|
|
public Color NKJDPPJHKEP()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B83 RID: 150403 RVA: 0x00A29B10 File Offset: 0x00A27D10
|
|
public void MEPFJPNKHMF(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B84 RID: 150404 RVA: 0x00A29B70 File Offset: 0x00A27D70
|
|
public void BGNCNCFPDKD(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B85 RID: 150405 RVA: 0x00A29BD0 File Offset: 0x00A27DD0
|
|
public float MIPHHKGGGPF()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B86 RID: 150406 RVA: 0x00A29BF0 File Offset: 0x00A27DF0
|
|
public float NFEPBBGFMLA()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B88 RID: 150408 RVA: 0x00A29C30 File Offset: 0x00A27E30
|
|
public void HKBLLHIGHKA(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B89 RID: 150409 RVA: 0x00A29C90 File Offset: 0x00A27E90
|
|
public Color IMLHGKICGJF()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B8A RID: 150410 RVA: 0x00A29CA0 File Offset: 0x00A27EA0
|
|
public void LJNKPDDCOHP(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.NFEPBBGFMLA());
|
|
}
|
|
|
|
// Token: 0x06024B8B RID: 150411 RVA: 0x00A29CBC File Offset: 0x00A27EBC
|
|
public Color GPACBKDNAMI()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B8C RID: 150412 RVA: 0x00A29CCC File Offset: 0x00A27ECC
|
|
public float DFGFPPKONCO()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B8D RID: 150413 RVA: 0x00A29CEC File Offset: 0x00A27EEC
|
|
public void LPMBIDHMDJO(Color NOBAPCOKFIL)
|
|
{
|
|
this.Text.color = NOBAPCOKFIL.FNNAJBFGBAI(this.FOKNNGAIMNB());
|
|
}
|
|
|
|
// Token: 0x06024B8E RID: 150414 RVA: 0x00A29D08 File Offset: 0x00A27F08
|
|
public void MCHCHNAACDK(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B8F RID: 150415 RVA: 0x00A29D18 File Offset: 0x00A27F18
|
|
public float CCDOJIOBAEH()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B90 RID: 150416 RVA: 0x00A29D38 File Offset: 0x00A27F38
|
|
public void MJMGDOAKKDD(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B91 RID: 150417 RVA: 0x00A29D48 File Offset: 0x00A27F48
|
|
public void LBINKDNFHBD(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B92 RID: 150418 RVA: 0x00A29DA8 File Offset: 0x00A27FA8
|
|
public void BMMILKDJDEA(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B93 RID: 150419 RVA: 0x00A29E08 File Offset: 0x00A28008
|
|
public float AFCDIELKLPF()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B94 RID: 150420 RVA: 0x00A29E28 File Offset: 0x00A28028
|
|
public void BIKLNIMFCNA(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B95 RID: 150421 RVA: 0x00A29E38 File Offset: 0x00A28038
|
|
public void GDCHGDDHMAD(int NOBAPCOKFIL)
|
|
{
|
|
this.Text.fontSize = NOBAPCOKFIL;
|
|
}
|
|
|
|
// Token: 0x06024B96 RID: 150422 RVA: 0x00A29E48 File Offset: 0x00A28048
|
|
public Color IGCINFMHJCG()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B97 RID: 150423 RVA: 0x00A29E58 File Offset: 0x00A28058
|
|
public Color MJJKHLDEFKG()
|
|
{
|
|
return this.Text.color;
|
|
}
|
|
|
|
// Token: 0x06024B98 RID: 150424 RVA: 0x00A29E68 File Offset: 0x00A28068
|
|
public void JGNMPGDFNMN(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06024B99 RID: 150425 RVA: 0x00A29EC8 File Offset: 0x00A280C8
|
|
public float FOKNNGAIMNB()
|
|
{
|
|
return this.Text.color.a;
|
|
}
|
|
|
|
// Token: 0x06024B9A RID: 150426 RVA: 0x00A29EE8 File Offset: 0x00A280E8
|
|
public void OHEPAOJFGOA(float NOBAPCOKFIL)
|
|
{
|
|
Color color = this.Text.color;
|
|
color.a = NOBAPCOKFIL;
|
|
this.Text.color = color;
|
|
if (this.Outline != null)
|
|
{
|
|
Color effectColor = this.Outline.effectColor;
|
|
effectColor.a = NOBAPCOKFIL;
|
|
this.Outline.effectColor = effectColor;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04005D74 RID: 23924
|
|
public Text Text;
|
|
|
|
// Token: 0x04005D75 RID: 23925
|
|
public Outline Outline;
|
|
}
|
|
}
|