Exemple #1
0
 public void OnEventRaised(int month)
 {
     if (month == thisMonth)
     {
         buttonCap.colorTransition(greenColor, 0.25f);
     }
     else if (thisMonth != 12 /* don't wanna change the gold color of DEC */)
     {
         buttonCap.colorTransition(greyColor, 0.25f);
     }
 }