using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class FunctionValue { public int index; public int value; public bool isShow; }