Example #1
0
    private void moveConstruct()
    {
        Construct c = meleeInteraction.gameObject.GetComponent <Construct>();

        c.Move(ForceDirection(), firingPos.rotation);
    }