SliderTypeRandomPresetButton.cs 133 B

123456
  1. using System;
  2. public class SliderTypeRandomPresetButton : RandomPresetButton
  3. {
  4. public override UILabel m_lValue { get; set; }
  5. }