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