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

        _commandInfos = commandInfo.GetAllCommandInfos("Commands");
        ShowHelp();
    }