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