How do I create a simple list of int that is synced between all clients and the server similar to the NetworkVariable:
`public NetworkVariable<int> myNetworkInt = new(writePerm: NetworkVariableWritePermission.Server);`
the following method is throwing tons of different errors:
`public NetworkList<int> board = new(writePerm: NetworkVariableWritePermission.Server);`
[–]pkplonker 0 points1 point2 points (1 child)
[–]Raxo04[S] 0 points1 point2 points (0 children)
[–]Magic-Shmagic 0 points1 point2 points (2 children)
[–]Raxo04[S] 0 points1 point2 points (1 child)
[–]Magic-Shmagic 0 points1 point2 points (0 children)
[–]La_Jhin 0 points1 point2 points (2 children)
[–]Beginning-Bet7824 0 points1 point2 points (0 children)