Interaktionen 2.0
This commit is contained in:
12
3d Prototyp/Assets/Scripts/Interaction/Copier.cs
Normal file
12
3d Prototyp/Assets/Scripts/Interaction/Copier.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Interaction
|
||||
{
|
||||
public class Copier : MonoBehaviour
|
||||
{
|
||||
public void Copy()
|
||||
{
|
||||
Debug.Log("Kopierer erfolgreich benutzt!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user