示例#1
0
 private void DestroySkin()
 {
     if (currentSkin != null)
     {
         currentSkin.Destroy(this);
         currentSkin = null;
     }
 }