Exemple #1
0
    protected void AttackFoundUnit(Commandable enemy)
    {
        currentTarget = enemy;

        currentCommand = CommandType.Attack;
        UpdatePath();
    }