added server communication between client and server
This commit is contained in:
7
Game_Client/Classes/Game/Events/GameStart.py
Normal file
7
Game_Client/Classes/Game/Events/GameStart.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from Classes.Game.World import World
|
||||
|
||||
|
||||
# send from the server to tell the player the game starts
|
||||
# gives the client its and the opponents stats (not cards!!)
|
||||
def GameStart(world: World):
|
||||
pass
|
||||
Reference in New Issue
Block a user