This commit is contained in:
GodGodGod20081
2026-06-16 14:26:29 +02:00
parent 701aee6d2f
commit 0e52fd6196
+1 -1
View File
@@ -12,7 +12,7 @@ public class PlayerController : MonoBehaviour
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
rb = GetComponent<Rigidbody>;
rb = GetComponent<Rigidbody>();
}
// Update is called once per frame