MB 5 years ago
parent
commit
5d11f5f8dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Assets/Scipts/Multiplayer/Client/PlayersManager.cs

+ 1
- 1
Assets/Scipts/Multiplayer/Client/PlayersManager.cs View File

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

Loading…
Cancel
Save