示例#1
0
 public bool Equals(ActionColorsValues other)
 {
     return(ColorValue == other);
 }
示例#2
0
 public ActionEnergy(ActionColorsValues a_colorValue)
 {
     m_colorValue = a_colorValue;
 }