cleaning the api

This commit is contained in:
Dylan Wilson
2018-06-27 21:41:05 +10:00
parent a2eda72620
commit c8db244932
14 changed files with 81 additions and 47 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace MonoGame.Extended.Entities
_componentManager = componentManager;
}
public int Id { get; internal set; }
public int Id { get; }
public BitVector32 ComponentBits => _entityManager.GetComponentBits(Id);