using UnityEngine;
namespace Interaction
{
public class Copier : MonoBehaviour
public void Copy()
Debug.Log("Kopierer erfolgreich benutzt!");
}