#include "defs/common.txt"
#include "defs/BP/Common.txt"

Flare kActor_Controller_Flare
{
    className                   "kexActor"
	flags.noDamage              TRUE
	flags.allowTracking         FALSE
	BP_FlameEffect				TRUE
	
	Begin_Component "kexScriptComponent"
        scriptClass		"BP::Controller::Flare"
    End_Component

}

WorldChar kActor_Controller_WorldChar
{
    className                   "kexActor"
	flags.noDamage              TRUE
	flags.allowTracking         FALSE
	BP_FlameEffect				TRUE
	
	Begin_Component "kexScriptComponent"
        scriptClass		"BP::Controller::WorldChar"
    End_Component

}
