File: pfc_n_cst_itemattrib.sru
Size: 497
Date: Sat, 08 May 2021 23:34:22 +0200
$PBExportHeader$pfc_n_cst_itemattrib.sru
$PBExportComments$PFC Item attributes.
forward
global type pfc_n_cst_itemattrib from n_cst_baseattrib
end type
end forward

global type pfc_n_cst_itemattrib from n_cst_baseattrib autoinstantiate
end type

type variables
Public:
integer  ii_index
string   is_itemtext
end variables

on pfc_n_cst_itemattrib.create
TriggerEvent( this, "constructor" )
end on

on pfc_n_cst_itemattrib.destroy
TriggerEvent( this, "destructor" )
end on