From 41006b5cab7b0260f8abc42aa2d2e959a013764e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 2 Dec 2016 21:32:56 +0100 Subject: interresource move --- common/commands/modifyentity.fbs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/commands') diff --git a/common/commands/modifyentity.fbs b/common/commands/modifyentity.fbs index da6f0e2..d81bacf 100644 --- a/common/commands/modifyentity.fbs +++ b/common/commands/modifyentity.fbs @@ -8,6 +8,8 @@ table ModifyEntity { delta: [ubyte]; //Contains an entity buffer with all changed properties set replayToSource: bool = true; modifiedProperties: [string]; + targetResource: string; //Contains the target resource for a move/copy operation + removeEntity: bool = false; //This modification removes the entity } root_type ModifyEntity; -- cgit v1.2.3