summaryrefslogtreecommitdiffstats
path: root/common/commands
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands')
-rw-r--r--common/commands/modifyentity.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands/modifyentity.fbs b/common/commands/modifyentity.fbs
index efa2fa0..da6f0e2 100644
--- a/common/commands/modifyentity.fbs
+++ b/common/commands/modifyentity.fbs
@@ -7,6 +7,7 @@ table ModifyEntity {
7 domainType: string; 7 domainType: string;
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} 11}
11 12
12root_type ModifyEntity; 13root_type ModifyEntity;