void Start() { bd = FindObjectOfType <BotDispatcher>(); column = (int)transform.position.x; row = (int)transform.position.y; targetX = column; targetY = row; }
void Start() { bd = FindObjectOfType <BotDispatcher>(); bd.ArrayInstatiate(width, hight); ListAbilityMatch = new List <Bot>(); FillBoard(); CheckAbility(); }