mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-25 08:22:15 +00:00
cleaning the api
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user