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 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 | ||
12 | root_type ModifyEntity; | 13 | root_type ModifyEntity; |