Example #1
0
    public void RemoveAi(GameObject aiGameObject)
    {
        AiController aiController = aiGameObject.GetComponent <AiController>();

        aiController.DestroyAi();
    }