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

        CheckAbility();
    }