blob: 206fbc7e7a889311dc7f0c533398d70e3722ef11 (
plain)
1
2
3
4
5
6
7
8
|
## Dungeon - Multiplayer Game
### Development Commands
#### To generate Client Schema Models
Run the following commands
>npx schema-codegen src/MyRoom.ts --haxe --output client-models\
© 2020 Indrajith K L
|