ColorTypeRandomPresetButton.cs 136 B

123456
  1. using System;
  2. public class ColorTypeRandomPresetButton : RandomPresetButton
  3. {
  4. public override UITexture m_txtColor { get; set; }
  5. }