We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523f717 commit ba04083Copy full SHA for ba04083
README.md
@@ -421,6 +421,7 @@ networkingEntity.create();
421
Now you can write a own streamer to receive the entities and convert them into game objects ect.
422
Tip: You can also call the `networkingEntity.create();` in the constructor of the streamer.
423
```js
424
+//File: my-streamer.js
425
import networkingEntity from "networking-entity";
426
427
class EntityStreamer {
0 commit comments