This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+908
View File
@@ -0,0 +1,908 @@
using System;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
// Token: 0x0200097F RID: 2431
public class DropMe : MonoBehaviour, IDropHandler, IPointerEnterHandler, IPointerExitHandler, IEventSystemHandler
{
// Token: 0x0601243A RID: 74810 RVA: 0x0053DC84 File Offset: 0x0053BE84
public void GBDGLPEMHKG(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x0601243B RID: 74811 RVA: 0x0053DCAC File Offset: 0x0053BEAC
public void CFNAFDDNEIA(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x0601243C RID: 74812 RVA: 0x0053DCD4 File Offset: 0x0053BED4
public void DNPEFGGFGKG(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.EDGHNBKNPPG(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x0601243D RID: 74813 RVA: 0x0053DD24 File Offset: 0x0053BF24
public void MJDJCOFFINP(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.OOBEEOGAEJI(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x0601243E RID: 74814 RVA: 0x0053DD74 File Offset: 0x0053BF74
public void OnPointerExit(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x0601243F RID: 74815 RVA: 0x0053DD9C File Offset: 0x0053BF9C
public void FOODLIIOIDL(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x06012440 RID: 74816 RVA: 0x0053DDC4 File Offset: 0x0053BFC4
public void OnEnable()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x06012441 RID: 74817 RVA: 0x0053DDE8 File Offset: 0x0053BFE8
public void HMNFAMAJLPO(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.BHEPFKDFAON(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x06012442 RID: 74818 RVA: 0x0053DE2C File Offset: 0x0053C02C
public void GKFFNLAHNKC()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x06012443 RID: 74819 RVA: 0x0053DE50 File Offset: 0x0053C050
public void CEEAENLPLNH(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.OIEMLNNGPOA(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x06012444 RID: 74820 RVA: 0x0053DE94 File Offset: 0x0053C094
public void ICHDIDDBIJE()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x06012445 RID: 74821 RVA: 0x0053DEB8 File Offset: 0x0053C0B8
public void BDLIGANIJMB(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x06012446 RID: 74822 RVA: 0x0053DEE0 File Offset: 0x0053C0E0
private Sprite CCJKCHOCEAD(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x06012447 RID: 74823 RVA: 0x0053DF20 File Offset: 0x0053C120
public void ICGNHGGHCEG(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.KFLKMIKMPCE(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x06012448 RID: 74824 RVA: 0x0053DF70 File Offset: 0x0053C170
public void BLPIFDOLFDB(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.JMKGPPKJBAB(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x06012449 RID: 74825 RVA: 0x0053DFC0 File Offset: 0x0053C1C0
private Sprite FCCEDEJMLBB(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x0601244A RID: 74826 RVA: 0x0053E000 File Offset: 0x0053C200
public void POCKIMBMMDM(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.IBHOCHHJDPJ(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x0601244B RID: 74827 RVA: 0x0053E044 File Offset: 0x0053C244
public void KNEHKPKAMJK(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x0601244C RID: 74828 RVA: 0x0053E06C File Offset: 0x0053C26C
public void OnPointerEnter(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.FCCEDEJMLBB(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x0601244D RID: 74829 RVA: 0x0053E0B0 File Offset: 0x0053C2B0
public void FMONBFIICJF(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x0601244E RID: 74830 RVA: 0x0053E0D8 File Offset: 0x0053C2D8
public void EPMDLLFHNNN(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.KFLKMIKMPCE(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x0601244F RID: 74831 RVA: 0x0053E128 File Offset: 0x0053C328
public void NEFIGFFPIEF(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.FCCEDEJMLBB(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x06012450 RID: 74832 RVA: 0x0053E16C File Offset: 0x0053C36C
public void BCOAHJPOBGH(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.CCJKCHOCEAD(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x06012452 RID: 74834 RVA: 0x0053E1C4 File Offset: 0x0053C3C4
public void LGAHPMNKCJB()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x06012453 RID: 74835 RVA: 0x0053E1E8 File Offset: 0x0053C3E8
public void AKODJCGMELN(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.JMKGPPKJBAB(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x06012454 RID: 74836 RVA: 0x0053E22C File Offset: 0x0053C42C
public void MKPCNIFHJHM()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x06012455 RID: 74837 RVA: 0x0053E250 File Offset: 0x0053C450
public void FOANGCDHDBB(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x06012456 RID: 74838 RVA: 0x0053E278 File Offset: 0x0053C478
public void PDFOKEDPGOB()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x06012457 RID: 74839 RVA: 0x0053E29C File Offset: 0x0053C49C
private Sprite BHEPFKDFAON(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x06012458 RID: 74840 RVA: 0x0053E2DC File Offset: 0x0053C4DC
public void MBGPEJHCOHG(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.EDGHNBKNPPG(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x06012459 RID: 74841 RVA: 0x0053E32C File Offset: 0x0053C52C
public void BCELLAMBPAB(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.EDGHNBKNPPG(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x0601245A RID: 74842 RVA: 0x0053E370 File Offset: 0x0053C570
public void HKBIAJNBNPP(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x0601245B RID: 74843 RVA: 0x0053E398 File Offset: 0x0053C598
public void DIMEGKCGEFB(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x0601245C RID: 74844 RVA: 0x0053E3C0 File Offset: 0x0053C5C0
public void LCGJOCMGMMD(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.OKCCGPFOGKK(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x0601245D RID: 74845 RVA: 0x0053E410 File Offset: 0x0053C610
public void IHABLOJPEAA(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.EDGDNDKNIEB(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x0601245E RID: 74846 RVA: 0x0053E454 File Offset: 0x0053C654
private Sprite IPFIEKDCKJM(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x0601245F RID: 74847 RVA: 0x0053E494 File Offset: 0x0053C694
public void OCNDOHAKKLO(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.JMKGPPKJBAB(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x06012460 RID: 74848 RVA: 0x0053E4D8 File Offset: 0x0053C6D8
private Sprite KFLKMIKMPCE(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x06012461 RID: 74849 RVA: 0x0053E518 File Offset: 0x0053C718
public void OFFPIDCKDBA(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.CCJKCHOCEAD(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x06012462 RID: 74850 RVA: 0x0053E568 File Offset: 0x0053C768
public void FPMEDBCCNDK(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.OOBEEOGAEJI(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x06012463 RID: 74851 RVA: 0x0053E5AC File Offset: 0x0053C7AC
public void OBPHIGCFNAB(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x06012464 RID: 74852 RVA: 0x0053E5D4 File Offset: 0x0053C7D4
public void BFHEAILHCHE(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.EDGHNBKNPPG(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x06012465 RID: 74853 RVA: 0x0053E624 File Offset: 0x0053C824
public void IHNDNDGBJHA(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.CCBDHMKJFGD(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x06012466 RID: 74854 RVA: 0x0053E668 File Offset: 0x0053C868
private Sprite OKCCGPFOGKK(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x06012467 RID: 74855 RVA: 0x0053E6A8 File Offset: 0x0053C8A8
private Sprite OIEMLNNGPOA(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x06012468 RID: 74856 RVA: 0x0053E6E8 File Offset: 0x0053C8E8
public void AKNLLOKGPCF(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.OCADKPIOBHF(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x06012469 RID: 74857 RVA: 0x0053E738 File Offset: 0x0053C938
public void KOLGKNFEBJL(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.OIEMLNNGPOA(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x0601246A RID: 74858 RVA: 0x0053E77C File Offset: 0x0053C97C
public void IGGLNNNCHFD()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x0601246B RID: 74859 RVA: 0x0053E7A0 File Offset: 0x0053C9A0
private Sprite EDGDNDKNIEB(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x0601246C RID: 74860 RVA: 0x0053E7E0 File Offset: 0x0053C9E0
private Sprite CCBDHMKJFGD(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x0601246D RID: 74861 RVA: 0x0053E820 File Offset: 0x0053CA20
public void EFLPAJLJBAH()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x0601246E RID: 74862 RVA: 0x0053E844 File Offset: 0x0053CA44
private Sprite EDGHNBKNPPG(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x0601246F RID: 74863 RVA: 0x0053E884 File Offset: 0x0053CA84
public void LFABIIJPDOE()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x06012470 RID: 74864 RVA: 0x0053E8A8 File Offset: 0x0053CAA8
private Sprite IBHOCHHJDPJ(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x06012471 RID: 74865 RVA: 0x0053E8E8 File Offset: 0x0053CAE8
private Sprite MDENNANELJN(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x06012472 RID: 74866 RVA: 0x0053E928 File Offset: 0x0053CB28
public void CDGJMPFBLDA(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.IBHOCHHJDPJ(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x06012473 RID: 74867 RVA: 0x0053E96C File Offset: 0x0053CB6C
public void KFGIGDCLOKO()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x06012474 RID: 74868 RVA: 0x0053E990 File Offset: 0x0053CB90
public void OOMNLJIIHDJ(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.JMKGPPKJBAB(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x06012475 RID: 74869 RVA: 0x0053E9E0 File Offset: 0x0053CBE0
public void CIMNGGBKILG(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x06012476 RID: 74870 RVA: 0x0053EA08 File Offset: 0x0053CC08
public void ONILDJHDAKK(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x06012477 RID: 74871 RVA: 0x0053EA30 File Offset: 0x0053CC30
public void MDJABFPHPPE(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x06012478 RID: 74872 RVA: 0x0053EA58 File Offset: 0x0053CC58
private Sprite JMKGPPKJBAB(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x06012479 RID: 74873 RVA: 0x0053EA98 File Offset: 0x0053CC98
private Sprite OCADKPIOBHF(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x0601247A RID: 74874 RVA: 0x0053EAD8 File Offset: 0x0053CCD8
public void GMBOCCNKDMN(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
this.containerImage.color = this.DIGBIFDNFMM;
}
// Token: 0x0601247B RID: 74875 RVA: 0x0053EB00 File Offset: 0x0053CD00
public void JEJBLBIABCA()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x0601247C RID: 74876 RVA: 0x0053EB24 File Offset: 0x0053CD24
public void ABFMBPJPIPE()
{
if (this.containerImage != null)
{
this.DIGBIFDNFMM = this.containerImage.color;
}
}
// Token: 0x0601247D RID: 74877 RVA: 0x0053EB48 File Offset: 0x0053CD48
public void NFHCDLHEOBE(PointerEventData AOAILGGFDHJ)
{
if (this.containerImage == null)
{
return;
}
Sprite sprite = this.IBHOCHHJDPJ(AOAILGGFDHJ);
if (sprite != null)
{
this.containerImage.color = this.highlightColor;
}
}
// Token: 0x0601247E RID: 74878 RVA: 0x0053EB8C File Offset: 0x0053CD8C
private Sprite OOBEEOGAEJI(PointerEventData AOAILGGFDHJ)
{
GameObject pointerDrag = AOAILGGFDHJ.pointerDrag;
if (pointerDrag == null)
{
return null;
}
Image component = pointerDrag.GetComponent<Image>();
if (component == null)
{
return null;
}
return component.sprite;
}
// Token: 0x0601247F RID: 74879 RVA: 0x0053EBCC File Offset: 0x0053CDCC
public void OnDrop(PointerEventData AOAILGGFDHJ)
{
this.containerImage.color = this.DIGBIFDNFMM;
if (this.receivingImage == null)
{
return;
}
Sprite sprite = this.FCCEDEJMLBB(AOAILGGFDHJ);
if (sprite != null)
{
this.receivingImage.overrideSprite = sprite;
}
}
// Token: 0x0400330B RID: 13067
public Image containerImage;
// Token: 0x0400330C RID: 13068
public Image receivingImage;
// Token: 0x0400330D RID: 13069
private Color DIGBIFDNFMM;
// Token: 0x0400330E RID: 13070
public Color highlightColor = Color.yellow;
}