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