Update index.md

This commit is contained in:
MrGadget 2019-03-30 08:15:33 -04:00 committed by GitHub
parent 049bc96138
commit 18e4382c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,3 +14,9 @@ General description of Classes
Networking attributes are added to member functions of NetworkBehaviour scripts, to make them run on either the client or server. Networking attributes are added to member functions of NetworkBehaviour scripts, to make them run on either the client or server.
- [SyncLists](SyncLists) - [SyncLists](SyncLists)
SyncLists contain lists of values and synchronize data from servers to clients. SyncLists contain lists of values and synchronize data from servers to clients.
- [SyncDictionary](SyncDictionary)
Description Needed
- [SyncHashSet](SyncHashSet)
Description Needed
- [SyncSortedSet](SyncSortedSet)
Description Needed