From 5c14e4432f97514004ae9af478ad05c024366cb9 Mon Sep 17 00:00:00 2001 From: mkadou Date: Mon, 5 Jun 2023 16:22:18 +0200 Subject: [PATCH] planet Move skript update --- Assets/PlanetMove.cs | 1 + 1 file changed, 1 insertion(+) 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