mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Update SyncLists.md
This commit is contained in:
parent
5c1440b2f0
commit
7d016aebec
@ -40,9 +40,9 @@ public struct Item
|
||||
|
||||
class SyncListItem : SyncList<Item> {}
|
||||
|
||||
class Player : NetworkBehaviour {
|
||||
|
||||
SyncListItem inventory;
|
||||
class Player : NetworkBehaviour
|
||||
{
|
||||
SyncListItem inventory = new SyncListItem();
|
||||
|
||||
public int coins = 100;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user