public Entity() { Tags = new Dictionary <GameTag, int>(); _info = new EntityInfo(this); }
public Entity() { Tags = new Dictionary<GameTag, int>(); _info = new EntityInfo(this); }