public void OnEnterStar() { if (index >= colors.Length) { index = 0; } myPaintDelegate = Paints; myPaintDelegate (colors, index); index++; }
public void OnEnterStar() { if (index >= colors.Length) { index = 0; } myPaintDelegate = Paints; myPaintDelegate(colors, index); index++; }