public void SetSimpleCardFromPackUI(Color32 GlowColor, PackOpeningArea packOpeningArea)
 {
     //Debug.Log("POINTER DOWN");
     this.GlowColor       = GlowColor;
     this.packOpeningArea = packOpeningArea;
 }
Example #2
0
 public void SetCardPackOpeningArea(PackOpeningArea packOpeningArea)
 {
     this.packOpeningArea = packOpeningArea;
 }