Example #1
0
 public virtual void DestroyAfterUpdate()
 {
     if (screen != null)
     {
         screen.DestroyAfterUpdate(this);
     }
 }