Browse Source

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

tags/2.7
sebas77 6 years ago
parent
commit
4de6463f35
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      Svelto.ECS/EntitySubmitOperation.cs

+ 6
- 0
Svelto.ECS/EntitySubmitOperation.cs View File

@@ -0,0 +1,6 @@
namespace Svelto.ECS
{
struct EntitySubmitOperation
{
}
}

Loading…
Cancel
Save