From 5c08ecda71cdbfd8951f9aab657cd2e2697ad0b3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 3 Jun 2016 15:50:06 +0200 Subject: Track modified properties to detect necessary replay changes --- common/commands/modifyentity.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/commands') 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 { domainType: string; delta: [ubyte]; //Contains an entity buffer with all changed properties set replayToSource: bool = true; + modifiedProperties: [string]; } root_type ModifyEntity; -- cgit v1.2.3