Ejemplo n.º 1
0
    private void OnKick()
    {
        if (_interactible == null)
        {
            return;
        }

        _interactible.Kick();
    }