protected void OnReturnToPool() { ReturnToPool?.Invoke(this, null); }
public void ReturnClone() { MyReturnToPool.Invoke(this, true); }