Skip to content
Snippets Groups Projects
Commit e19b610f authored by ninafd's avatar ninafd
Browse files

signature interface comm calls data server

parent 311e5e5c
No related branches found
No related tags found
1 merge request!57Ninafrd/createsignaturedataserverpourcomm
...@@ -11,7 +11,13 @@ namespace Shared.interfaces ...@@ -11,7 +11,13 @@ namespace Shared.interfaces
{ {
LightUser getUser(); LightUser getUser();
List<LightUser> registerUser(LightUser lightUser); List<LightUser> registerUser(LightUser lightUser);
void removeUser(int idJoueur); void removeUser(int playerId);
List<int> getPlayersOfGame(Game game);
Game addPlayerToGame(int playerId);
//Game createNewGame(GameOptions options);
void uneregisterUser(int playerId);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment