added server communication between client and server
This commit is contained in:
22
Game_Client/Assets/Cards/1/card.json
Normal file
22
Game_Client/Assets/Cards/1/card.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Test Monster",
|
||||
"image": "Assets/Cards/1/cards.png",
|
||||
"description": "can attack other monsters",
|
||||
"costs": 30,
|
||||
"defense": 40,
|
||||
"attacks":[
|
||||
{
|
||||
"id": 1,
|
||||
"name":"test attack",
|
||||
"description": "can attack another Monster",
|
||||
"damage": 80
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name":"test attack",
|
||||
"description": "can attack another Monster",
|
||||
"damage": 80
|
||||
}
|
||||
]
|
||||
}
|
BIN
Game_Client/Assets/Cards/1/card.png
Normal file
BIN
Game_Client/Assets/Cards/1/card.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Reference in New Issue
Block a user