예제 #1
0
    public void Interact()
    // Interact with the current object if set
    {
        if (currentObject == null)
        {
            return;
        }

        currentObject.Activate(player);
    }