Exemplo n.º 1
0
 static partial void Init(ref StructComponentsContainer structComponentsContainer);
Exemplo n.º 2
0
 public static void Release(ref StructComponentsContainer storage)
 {
     //PoolClass<StructComponentsContainer>.Recycle(ref storage);
     storage.OnRecycle();
 }
Exemplo n.º 3
0
 public static void Release(ref StructComponentsContainer storage)
 {
     storage.OnRecycle();
 }