Item nicht während laufen auswählen

This commit is contained in:
AliIbnAbiTalib
2023-03-28 21:20:50 +02:00
parent b5de07fbd4
commit 26596b12e4
5 changed files with 427 additions and 420 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public abstract class Player : MonoBehaviour
{
public string name = "";
public bool activated = false;
protected bool wurfelt = false;
public bool wurfelt = false;
public GameObject camera;
protected Vector3 velocity = Vector3.zero;