diff options
Diffstat (limited to 'common/commands/createentity.fbs')
-rw-r--r-- | common/commands/createentity.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands/createentity.fbs b/common/commands/createentity.fbs index a5bc95c..5358dea 100644 --- a/common/commands/createentity.fbs +++ b/common/commands/createentity.fbs | |||
@@ -4,6 +4,7 @@ table CreateEntity { | |||
4 | entityId: string; | 4 | entityId: string; |
5 | domainType: string; | 5 | domainType: string; |
6 | delta: [ubyte]; | 6 | delta: [ubyte]; |
7 | replayToSource: bool = true; | ||
7 | } | 8 | } |
8 | 9 | ||
9 | root_type CreateEntity; | 10 | root_type CreateEntity; |