script_enemy_main
{
	SetCommonData("lv",4);
	@Initialize{
		SetLife(0);
		SetTimer(0);
	}
	
	@MainLoop
	{
	}
	@Finalize
	{//ǂ݂񂾃t@C폜
	}
	
}