File: n_msg.sru
Size: 334
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$n_msg.sru
$PBExportComments$Extension Message class
forward
global type n_msg from pfc_n_msg
end type
end forward

global type n_msg from pfc_n_msg
end type
global n_msg n_msg

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

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