using UnityEngine; using System; using System.Collections; using System.Collections.Generic; namespace Fungus { [CommandInfo("Deprecated", "Choose", "Obsolete: This command will be removed in a future update. Please use the Menu command instead.", -1)] [AddComponentMenu("")] public class Choose : Command { public class Option { public string optionText; public Sequence targetSequence; public Action action; } static public List