[ADDED] other canvas can be reset via an other canvas
This commit is contained in:
@@ -193,6 +193,15 @@ namespace SharedClientServer
|
||||
color = colorToSend
|
||||
});
|
||||
}
|
||||
|
||||
public static byte[] ConstructCanvasReset()
|
||||
{
|
||||
dynamic payload = new
|
||||
{
|
||||
canvasType = CANVAS_RESET
|
||||
};
|
||||
return GetMessageToSend(CANVAS, payload);
|
||||
}
|
||||
|
||||
public static int GetCanvasMessageType(byte[] json)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user