This commit is contained in:
2023-02-16 14:56:30 +01:00
parent 6dc7a42e5e
commit b746bb4bea
20 changed files with 353 additions and 258 deletions

View File

@@ -50,7 +50,7 @@ public class jatekmanager : MonoBehaviour
public bool jatekosnyert = false;
public bool jatekosvesztett = false;
private void Start()
private void Awake()
{
elet = FindObjectOfType<Elet>();
akciok = FindObjectOfType<Akciok>();