Player selector separated

This commit is contained in:
RochesterX
2025-02-19 20:11:57 -05:00
parent feeebaafc9
commit 730a664158
11 changed files with 388 additions and 116 deletions

View File

@@ -15,7 +15,7 @@ public class PlayerCameraMovement : MonoBehaviour
private void Update()
{
List<GameObject> players = PlayerManager.Instance.players;
List<GameObject> players = GameManager.players;
if (players.Count == 0) return;