using System.Collections; using System.Collections.Generic; using UnityEngine; public class Sel : MonoBehaviour { // Start is called before the first frame update public void IK()//Inspiration Kitchen { int Num=int.Parse(this.name.Substring(1,this.name.Length-1)); _Me.KI[Num]=this.name; } public void BU()//Budget { _Me.BU=this.name; } public void NOTE()//Island { _Me.NOTE=this.name; } }