Exemplo n.º 1
0
    void Update()
    {
        bool haspart = part != null;

        if (haspart)
        {
            part.TalkWithShip(ship, this);
        }
    }