diff --git a/Assets/PlanetMove.cs b/Assets/PlanetMove.cs index b43febc..c8124fe 100644 --- a/Assets/PlanetMove.cs +++ b/Assets/PlanetMove.cs @@ -4,6 +4,7 @@ using UnityEngine; public class PlanetMove : MonoBehaviour { + public int PlayerID; public float rotationSpeed = 1f; // Geschwindigkeit der Rotation public float radius = 5f; // Radius des Kreises private float angle = 0f; // Aktueller Winkel im Kreis