Update README.md

This commit is contained in:
vis2k 2020-09-08 16:41:51 +02:00 committed by GitHub
parent 8e375ddade
commit 9485b6defa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ Mirror is optimized for **ease of use** and **probability of success**. Projects
## Architecture
With Mirror, the **Server & Client are ONE** project _(hence the name)_. Instead of having one code base for the server and one for the client, we simply use the same code for both of them.
* **[Server]** / **[Client]** tags can be used for the server-only and client-only parts
* [Command]s are used for Client->Server communication
* **[Command]**s are used for Client->Server communication
* **[ClientRpc]** / **[TargetRpc]** for Server->Client communication
* **[SyncVar]**s / SyncLists are used to automatically synchronize state