Browse Source

add setter

tags/Rel2b2
sebas77 6 years ago
parent
commit
260b7f5ef3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Svelto.ECS/EntityDescriptor.cs

+ 1
- 1
Svelto.ECS/EntityDescriptor.cs View File

@@ -17,7 +17,7 @@ namespace Svelto.ECS
this.entityViewsToBuild = entityViewsToBuild;
}

public IEntityViewBuilder[] entityViewsToBuild { get; }
public IEntityViewBuilder[] entityViewsToBuild { get; private set; }
}

public interface IEntityDescriptorInfo


Loading…
Cancel
Save