Beispiel #1
0
 public Entity(int id, EntityWorldBase world, GameObject link = null)
 {
     EntityID      = id;
     EntityWorld   = world;
     _componentDic = new Dictionary <Type, ComponentBase>();
 }
Beispiel #2
0
 public abstract void Update(EntityWorldBase world);