Ejemplo n.º 1
0
 public GameContexts()
 {
     _entityMap = EntityMap.Allocate();
     _cache     = EntityMapCache.Allocate(_entityMap);
 }
Ejemplo n.º 2
0
 public GameContexts()
 {
     MyEntityMap = EntityMap.Allocate();
     cacheGroup  = EntityMapCacheGroup.Allocate(MyEntityMap);
 }