Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -21,7 +21,8 @@ namespace YJMPD_UWP.Model
|
||||
Picture,
|
||||
Msg,
|
||||
PlayerJoined,
|
||||
PlayerRemoved
|
||||
PlayerRemoved,
|
||||
PictureUrl
|
||||
}
|
||||
|
||||
public ApiHandler()
|
||||
@@ -56,6 +57,9 @@ namespace YJMPD_UWP.Model
|
||||
|
||||
App.Game.MoveToWaiting();
|
||||
break;
|
||||
case Command.PictureUrl:
|
||||
//Download picture from URL and display to participants
|
||||
break;
|
||||
default:
|
||||
//Do nothing
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user