This commit is contained in:
brausjonas
2023-02-27 19:31:26 +01:00
parent b2341af39c
commit 3b92ac742d
4 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -47,8 +47,8 @@
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.rider": "3.0.18",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.rider": "3.0.16",
"com.unity.ide.vscode": "1.2.5",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.performance.profile-analyzer": "1.1.1",
@@ -112,7 +112,7 @@
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.7.0",
"version": "1.6.0",
"depth": 1,
"source": "registry",
"dependencies": {
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -10,7 +10,7 @@ import java.util.TimerTask;
public class Room
{
private Client[] players = new Client[3];
private Client[] players = new Client[2];
private Vector3[] startPositions;
private String roomCode;
private Server server;