Пример #1
0
 public NumericButton(GUIBase_Button button, float source, float target)
     : base(button.GetComponentInChildren <GUIBase_Label>(), source, target)
 {
     m_Button = button;
 }