Herr D sein Skript gefixt. Hat sonst nich Kompiliert.

This commit is contained in:
Maximilian Wagner 2023-06-12 15:29:51 +02:00
parent 21a1bae027
commit dc21aa197e

View File

@ -11,6 +11,8 @@ public GameObject movingPoint;
public Vector3 activatedPointPosition; public Vector3 activatedPointPosition;
private Vector3 originalPointPosition; private Vector3 originalPointPosition;
public bool einsAn = false; public bool einsAn = false;
public bool zweiAn = false;
public bool dreiAn = false;
// Start is called before the first frame update // Start is called before the first frame update
void Start() void Start()