Example #1
0
 protected virtual void OnDestroy()
 {
     if (binder != null)
     {
         binder.Dispose();
     }
     if (luaTable != null)
     {
         luaTable.Dispose();
     }
 }