private void Start() { _commandInfoList = _commandInfo.GetAllCommandInfos("Commands"); _clothingManager = GameObject.FindWithTag("generator").GetComponent <ClothingManager>(); _spriteHandler = GameObject.FindWithTag("generator").GetComponent <SpriteHandler>(); _inputField = gameObject.GetComponent <InputField>(); }
private void Start() { var commandInfo = new CommandInfo(); _commandInfos = commandInfo.GetAllCommandInfos("Commands"); ShowHelp(); }