Exemplo n.º 1
0
 public Entitys(ECSModule moudle)
 {
     using (new LockWait(ref _lock))
     {
         this._moudle = moudle;
         _components  = Framework.GlobalAllocateArray <IComponent>(_capicity);
     }
 }