public override void OnInteract(GameObject obj)
    {
        base.OnInteract(obj);

        slidingDoor.OnInteract(obj);
    }