|
@ -16,7 +16,7 @@ namespace Multiplayer |
|
|
public Vector3 mapTop; |
|
|
public Vector3 mapTop; |
|
|
public Vector3 mapBot; |
|
|
public Vector3 mapBot; |
|
|
|
|
|
|
|
|
private Dictionary<byte, GameObject> RemotePlayers; |
|
|
|
|
|
|
|
|
private Dictionary<byte, GameObject> RemotePlayers = new Dictionary<byte, GameObject>(); |
|
|
private GameObject PlayerObject; |
|
|
private GameObject PlayerObject; |
|
|
|
|
|
|
|
|
private void Start() |
|
|
private void Start() |
|
|