Пример #1
0
    public virtual BaseObject OnToolBarClick(BaseObject obj)
    {
        BuildingPlacer bp = GameObject.Find("GameControllerObject").GetComponent <BuildingPlacer>();

        bp.OnToolBarClick(obj);
        return(null);
    }