diff options
Diffstat (limited to 'common/commands/modifyentity.fbs')
-rw-r--r-- | common/commands/modifyentity.fbs | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
8 | delta: [ubyte]; //Contains an entity buffer with all changed properties set | 8 | delta: [ubyte]; //Contains an entity buffer with all changed properties set |
9 | replayToSource: bool = true; | 9 | replayToSource: bool = true; |
10 | modifiedProperties: [string]; | 10 | modifiedProperties: [string]; |
11 | targetResource: string; //Contains the target resource for a move/copy operation | ||
12 | removeEntity: bool = false; //This modification removes the entity | ||
11 | } | 13 | } |
12 | 14 | ||
13 | root_type ModifyEntity; | 15 | root_type ModifyEntity; |