Exemple #1
0
 /// <summary>
 /// Is the function to denote that it will be pooled or destroyed immediately after this function is finished.
 /// Used for cleaning up anything that needs to be cleaned up before this happens.
 /// </summary>
 public virtual void OnDespawnServer(DespawnInfo info)
 {
     pipeData.OnDisable();
 }