diff options
Diffstat (limited to 'common/commands/modifyentity.fbs')
-rw-r--r-- | common/commands/modifyentity.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands/modifyentity.fbs b/common/commands/modifyentity.fbs index a59eb9b..03b543f 100644 --- a/common/commands/modifyentity.fbs +++ b/common/commands/modifyentity.fbs | |||
@@ -6,6 +6,7 @@ table ModifyEntity { | |||
6 | deletions: [string]; //A list of deleted properties | 6 | deletions: [string]; //A list of deleted properties |
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 | } | 10 | } |
10 | 11 | ||
11 | root_type ModifyEntity; | 12 | root_type ModifyEntity; |