diff options
author | Indrajith K L | 2020-06-29 03:22:30 +0530 |
---|---|---|
committer | Indrajith K L | 2020-06-29 03:22:30 +0530 |
commit | 99ce676d028afb2daeed975a416098e5c49d8d55 (patch) | |
tree | 9b172f0731f11c852fad994d40e1733f801b47ce /README.md | |
parent | ffd6706cb02fdd37f5f461a37287a5860e69fb6c (diff) | |
download | dungeon-client-99ce676d028afb2daeed975a416098e5c49d8d55.tar.gz dungeon-client-99ce676d028afb2daeed975a416098e5c49d8d55.tar.bz2 dungeon-client-99ce676d028afb2daeed975a416098e5c49d8d55.zip |
Adds Readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..206fbc7 --- /dev/null +++ b/README.md @@ -0,0 +1,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
\ No newline at end of file |