using UnityEngine; public class DieValue : MonoBehaviour { public int value; public int getValue() { return value; } }