using System.Collections; using System.Collections.Generic; using UnityEngine; public class tglCheckImg : tglCheck { public override void ColorChange(bool toggle) { image.color = Color.black; } }