From 4de6463f35ea267d9c92b332e9c203b2502d14e9 Mon Sep 17 00:00:00 2001 From: sebas77 Date: Sat, 18 Aug 2018 20:27:03 +0100 Subject: [PATCH] introduced deffered actions for Remove and Swap entity, they now happen during the submission and not right away. This imply a radical change of the current application made with Svelto --- Svelto.ECS/EntitySubmitOperation.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Svelto.ECS/EntitySubmitOperation.cs diff --git a/Svelto.ECS/EntitySubmitOperation.cs b/Svelto.ECS/EntitySubmitOperation.cs new file mode 100644 index 0000000..0f0e220 --- /dev/null +++ b/Svelto.ECS/EntitySubmitOperation.cs @@ -0,0 +1,6 @@ +namespace Svelto.ECS +{ + struct EntitySubmitOperation + { + } +} \ No newline at end of file