method call to sync objects

This commit is contained in:
APEX FIGHT 2025-01-02 18:21:37 -05:00
parent 3faaba9d0c
commit a83220ea7c

View File

@ -105,9 +105,7 @@ public class CSNC : MonoBehaviour
}
else
{
Debug.Log(req.downloadHandler.text);
manager.SyncObjects(JsonConvert.DeserializeObject<GameObjectManager.RecievedData>(req.downloadHandler.text));
}
}
}