예제 #1
0
 /// <summary>
 /// Get color for power button
 /// </summary>
 public Color GetColorPower()
 {
     if (m_pickUp)
     {
         return(m_pickUp.GetColorPower());
     }
     else
     {
         return(Color.black);
     }
 }