From 18e4382c323603c00bf2e6fa6bfae5fe3a5d7b69 Mon Sep 17 00:00:00 2001 From: MrGadget Date: Sat, 30 Mar 2019 08:15:33 -0400 Subject: [PATCH] Update index.md --- docs/Classes/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Classes/index.md b/docs/Classes/index.md index 4e6f7fae8..95024f6eb 100644 --- a/docs/Classes/index.md +++ b/docs/Classes/index.md @@ -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. - [SyncLists](SyncLists) SyncLists contain lists of values and synchronize data from servers to clients. +- [SyncDictionary](SyncDictionary) + Description Needed +- [SyncHashSet](SyncHashSet) + Description Needed +- [SyncSortedSet](SyncSortedSet) + Description Needed