示例#1
0
 void  CrushChip()
 {
     if (slotForChip)
     {
         slotForChip.CrushChip();
     }
 }
示例#2
0
 void  CrushChip()
 {
     if (slotForChip)
     {
         slotForChip.CrushChip();
     }
     else
     {
         Debug.LogError("I dont have any chip!!! P.S. My name is " + transform.name);
     }
 }