DIFF

CAInteract.c

class CAInteract : CABase
{	
	override int Execute( ActionData action_data )
	{
		return UA_FINISHED;
	}
};