using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Chip : MonoBehaviour { public float value; Outline outline; void Awake(){ outline = GetComponent(); RouletteManager.RegisterChip(this); RouletteManager.OnMoneyAvailablChanged.AddListener(OnMoneyChanged); GetComponent