Skip to content

Commit

Permalink
Update workflow-client-server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturoNereu committed Feb 20, 2019
1 parent d9a588e commit 94f1373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.unity.transport/Documentation/workflow-client-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class ServerBehaviour : MonoBehaviour {

### Boilerplate code

As the `unity.networking.transport` package is a low level API, there is a bit of boiler plate code you might want to setup. This is a architecture design Unity chose to make sure that you always have full control.
As the `unity.networking.transport` package is a low level API, there is a bit of boiler plate code you might want to setup. This is an architecture design Unity chose to make sure that you always have full control.

> **Note**: As development on the `unity.networking` package evolves, more abstractions may be created to reduce your workload on a day-to-day basis.
Expand Down Expand Up @@ -433,4 +433,4 @@ Now when we press __Play__ we should see five log messages show up in your __Con



[Back to table of contents](TableOfContents.md)
[Back to table of contents](TableOfContents.md)

0 comments on commit 94f1373

Please sign in to comment.