ПОМОГИТЕ! в чем ошибка?

using UnityEngine;
using System.Collections;
using UnityEngine.UI;

public class Button : MonoBehaviour {
public Text text;

void()
{
text.color = new Color(146, 146, 146);
}

void OnMouseUp()
{
text.color = new Color(0, 0, 0);
}
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2025 SCHOLAR.TIPS - All rights reserved.