mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Documentation: Fix typo in "Custom Player Spawning"
SyncVar attribute didn't have brackets
This commit is contained in:
parent
ff8747feb2
commit
4609ca1a29
@ -13,7 +13,7 @@ using UnityEngine;
|
||||
using Mirror;
|
||||
class Player : NetworkBehaviour
|
||||
{
|
||||
SyncVar
|
||||
[SyncVar]
|
||||
public Color color;
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user