7 lines
195 B
Python

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