Mirror of Svelto.ECS because we're a fan of it
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
279B

  1. diff a/Assets/Svelto/Svelto.ECS/EntityBuilder.cs b/Assets/Svelto/Svelto.ECS/EntityBuilder.cs (rejected hunks)
  2. @@ -1,5 +1,6 @@
  3. using System;
  4. using System.Collections.Generic;
  5. +using DBC.ECS;
  6. using Svelto.DataStructures;
  7. using Svelto.ECS.Hybrid;
  8. using Svelto.ECS.Internal;