// Token: 0x06000C7B RID: 3195 RVA: 0x0005D51F File Offset: 0x0005B91F
 protected void OnDestroy()
 {
     if (!this.isRegistered)
     {
         return;
     }
     this.isRegistered = false;
     FoliageSystem.removeSurface(this);
 }