Game manager WIP

This commit is contained in:
2024-04-24 07:56:29 +02:00
parent 20cbc182ac
commit ccd2ea506b
14 changed files with 426 additions and 188 deletions

View File

@@ -17,6 +17,9 @@ public class GameManager : MonoBehaviour
// Update is called once per frame
void Update()
{
foreach (GameObject player in players)
{
}
}
}