uo_inware_py.sru 291 B

123456789101112131415161718
  1. $PBExportHeader$uo_inware_py.sru
  2. forward
  3. global type uo_inware_py from uo_inware
  4. end type
  5. end forward
  6. global type uo_inware_py from uo_inware
  7. end type
  8. global uo_inware_py uo_inware_py
  9. on uo_inware_py.create
  10. call super::create
  11. end on
  12. on uo_inware_py.destroy
  13. call super::destroy
  14. end on