Beispiel #1
0
 protected Entity(int idsCount) : base(idsCount)
 {
     _node      = Entities.Add((T)this);
     Destroyed += OnDestroyed;
 }