Beispiel #1
0
 public void Return(Poolable <T> poolable)
 {
     Assert.IsNotNull(poolable);
     stateResotrer?.OnReturn(poolable);
     helper.Return(poolable);
 }