123456789101112131415161718 |
- $PBExportHeader$uo_inware_py.sru
- forward
- global type uo_inware_py from uo_inware
- end type
- end forward
- global type uo_inware_py from uo_inware
- end type
- global uo_inware_py uo_inware_py
- on uo_inware_py.create
- call super::create
- end on
- on uo_inware_py.destroy
- call super::destroy
- end on
|