Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst authored Aug 7, 2019
1 parent 523f717 commit ba04083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ networkingEntity.create();
Now you can write a own streamer to receive the entities and convert them into game objects ect.
Tip: You can also call the `networkingEntity.create();` in the constructor of the streamer.
```js
//File: my-streamer.js
import networkingEntity from "networking-entity";

class EntityStreamer {
Expand Down

0 comments on commit ba04083

Please sign in to comment.