Skip to content
Snippets Groups Projects
Commit 4dce52a9 authored by Boris Cazic's avatar Boris Cazic
Browse files

Merge branch 'ninafrd/createsignaturedataserverpourcomm' into 'data'

Ninafrd/createsignaturedataserverpourcomm

See merge request !57
parents 16017ef0 e19b610f
No related branches found
No related tags found
1 merge request!57Ninafrd/createsignaturedataserverpourcomm
......@@ -11,7 +11,13 @@ namespace Shared.interfaces
{
LightUser getUser();
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